#05DBF3

Color #05DBF3 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05DBF3

Tints of Bright Turquoise #05DBF3

Color information

#05DBF3 (or 0x05DBF3) is unknown color: approx Bright Turquoise. HEX triplet: 05, DB and F3. RGB value is (5,219,243). Sum of RGB (Red+Green+Blue) = 5+219+243=467 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.07% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #05DBF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05DBF3 is #FA240C. Grayscale: #9D9D9D. Windows color (decimal): -16393229 or 15981317. OLE color: 15981317.

HSL color Cylindrical-coordinate representation of color #05DBF3: hue angle of 186.05º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DBF3 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5219243-
CMYK0.980.1000.05
HSL186.05º95.97%48.63%-
HSV(B)186.05º97.94%95.29%-
XYZ41.5757.1793.64-
YUV157.75176.119.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.07%
GREEN value IS 219 (85.94% from 255) = 46.90%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=1.07%
G=46.90%
B=52.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52192430.980.1000.05186.0595.9748.63
Hex5DBF362A05ba6031
Octal5333363142120527214061
Binary1011101101111110011110001010100101101110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05DBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05DBF3; }

 p { color: rgb(5,219,243); }

 H1.HeaderClassName
 {
   color: #05DBF3;
 }
 .AnyTagClassName
 {
   color: #05DBF3;
 }
</style>
background-color css

<style>
 a { background-color: #05DBF3; }

 a { background-color: rgb(5,219,243); }

 div.DivClassName
 {
   background-color: #05DBF3;
 }
 .BgClassName
 {
   background-color: #05DBF3;
 }
</style>
border-color css

<style>
 span { border-color: #05DBF3; }

 span { border-color: rgb(5,219,243); }

 td.TdClassName
 {
   border-color: #05DBF3;
 }
 .TagClassName
 {
   border-color: #05DBF3;
 }
</style>