Html Css Color HEX #05F5CB Bright Turquoise

📋 copy color: '#05F5CB'

red 5 ◦ green 245 ◦ blue 203

#05F5CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #05F5CB

Tints of Bright Turquoise #05F5CB

RGB

 RED value IS 5 (2.34% from 255) = 1.1%

 GREEN value IS 245 (96.09% from 255) = 54.08%

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 1.1%
G = 54.08%
B = 44.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#05F5CB (or 0x05F5CB) is known color: Bright Turquoise. HEX triplet: 05, F5 and CB. RGB value is (5,245,203). Sum of RGB (Red+Green+Blue) = 5+245+203=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #05F5CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05F5CB is #FA0A34. Grayscale: #A8A8A8. Windows color (decimal): -16386613 or 13366533. OLE color: 13366533.

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

Color convert

RGB 5 245 203 -
CMYK 0.98 0 0.17 0.04
HSL 169.5º 0.96% 0.49% -
HSV(B) 169.5º 0.98% 0.96% -
XYZ 43.49 69.65 67.65 -
YUV 168.45 147.49 11.42 -
System Red Green Blue C M Y K H S L
Decimal 5 245 203 0.98 0 0.17 0.04 169.5 0.96 0.49
Hex 5 F5 CB 62 0 11 4 AA 60 31
Octal 5 365 313 142 0 21 4 252 140 61
Binary 101 11110101 11001011 1100010 0 10001 100 10101010 1100000 110001

Color Harmonies of #05F5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F5CB

Black with #05F5CB

Text Example


Text Example

White with #05F5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,245,203); }

 H1.HeaderClassName
 {
   color: #05F5CB;
 }
 .AnyTagClassName
 {
   color: #05F5CB;
 }
</style>

background-color css

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

 a { background-color: rgb(5,245,203); }

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

border-color css

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

 span { border-color: rgb(5,245,203); }

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