Html Css Color HEX #06FFCA Bright Turquoise

📋 copy color: '#06FFCA'

red 6 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #06FFCA

Tints of Bright Turquoise #06FFCA

RGB

 RED value IS 6 (2.73% from 255) = 1.3%

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

 BLUE value IS 202 (79.3% from 255) = 43.63%

R = 1.3%
G = 55.08%
B = 43.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#06FFCA (or 0x06FFCA) is known color: Bright Turquoise. HEX triplet: 06, FF and CA. RGB value is (6,255,202). Sum of RGB (Red+Green+Blue) = 6+255+202=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFCA is #F90035. Grayscale: #AEAEAE. Windows color (decimal): -16318518 or 13303558. OLE color: 13303558.

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

Color convert

RGB 6 255 202 -
CMYK 0.98 0 0.21 0
HSL 167.23º 1% 0.51% -
HSV(B) 167.23º 0.98% 1% -
XYZ 46.5 75.82 68.06 -
YUV 174.51 143.51 7.81 -
System Red Green Blue C M Y K H S L
Decimal 6 255 202 0.98 0 0.21 0 167.23 1 0.51
Hex 6 FF CA 62 0 15 0 A7 64 33
Octal 6 377 312 142 0 25 0 247 144 63
Binary 110 11111111 11001010 1100010 0 10101 0 10100111 1100100 110011

Color Harmonies of #06FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FFCA

Black with #06FFCA

Text Example


Text Example

White with #06FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FFCA; }

 p { color: rgb(6,255,202); }

 H1.HeaderClassName
 {
   color: #06FFCA;
 }
 .AnyTagClassName
 {
   color: #06FFCA;
 }
</style>

background-color css

<style>
 a { background-color: #06FFCA; }

 a { background-color: rgb(6,255,202); }

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

border-color css

<style>
 span { border-color: #06FFCA; }

 span { border-color: rgb(6,255,202); }

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