Html Css Color HEX #05FFCB Bright Turquoise

📋 copy color: '#05FFCB'

red 5 ◦ green 255 ◦ blue 203

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

Shades of Bright Turquoise #05FFCB

Tints of Bright Turquoise #05FFCB

RGB

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

 GREEN value IS 255 (100% from 255) = 55.08%

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

R = 1.08%
G = 55.08%
B = 43.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#05FFCB (or 0x05FFCB) is known color: Bright Turquoise. HEX triplet: 05, FF and CB. RGB value is (5,255,203). Sum of RGB (Red+Green+Blue) = 5+255+203=463 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCB is #FA0034. Grayscale: #AEAEAE. Windows color (decimal): -16384053 or 13369093. OLE color: 13369093.

HSL color Cylindrical-coordinate representation of color #05FFCB: hue angle of 167.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFCB is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 5 255 203 -
CMYK 0.98 0 0.20 0
HSL 167.52º 1% 0.51% -
HSV(B) 167.52º 0.98% 1% -
XYZ 46.6 75.86 68.69 -
YUV 174.32 144.18 7.23 -
System Red Green Blue C M Y K H S L
Decimal 5 255 203 0.98 0 0.20 0 167.52 1 0.51
Hex 5 FF CB 62 0 14 0 A8 64 33
Octal 5 377 313 142 0 24 0 250 144 63
Binary 101 11111111 11001011 1100010 0 10100 0 10101000 1100100 110011

Color Harmonies of #05FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFCB

Black with #05FFCB

Text Example


Text Example

White with #05FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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