Html Css Color HEX #05FFCC Bright Turquoise

📋 copy color: '#05FFCC'

red 5 ◦ green 255 ◦ blue 204

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

Shades of Bright Turquoise #05FFCC

Tints of Bright Turquoise #05FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 1.08%
G = 54.96%
B = 43.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#05FFCC (or 0x05FFCC) is known color: Bright Turquoise. HEX triplet: 05, FF and CC. RGB value is (5,255,204). Sum of RGB (Red+Green+Blue) = 5+255+204=464 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #05FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FFCC is #FA0033. Grayscale: #AEAEAE. Windows color (decimal): -16384052 or 13434629. OLE color: 13434629.

HSL color Cylindrical-coordinate representation of color #05FFCC: hue angle of 167.76º 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 #05FFCC is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 5 255 204 -
CMYK 0.98 0 0.2 0
HSL 167.76º 1% 0.51% -
HSV(B) 167.76º 0.98% 1% -
XYZ 46.72 75.91 69.32 -
YUV 174.44 144.68 7.15 -
System Red Green Blue C M Y K H S L
Decimal 5 255 204 0.98 0 0.2 0 167.76 1 0.51
Hex 5 FF CC 62 0 14 0 A8 64 33
Octal 5 377 314 142 0 24 0 250 144 63
Binary 101 11111111 11001100 1100010 0 10100 0 10101000 1100100 110011

Color Harmonies of #05FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FFCC

Black with #05FFCC

Text Example


Text Example

White with #05FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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