Html Css Color HEX #00FFCA Bright Turquoise

📋 copy color: '#00FFCA'

red 0 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #00FFCA

Tints of Bright Turquoise #00FFCA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.8%
B = 44.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#00FFCA (or 0x00FFCA) is known color: Bright Turquoise. HEX triplet: 00, FF and CA. RGB value is (0,255,202). Sum of RGB (Red+Green+Blue) = 0+255+202=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFCA is #FF0035. Grayscale: #ACACAC. Windows color (decimal): -16711734 or 13303552. OLE color: 13303552.

HSL color Cylindrical-coordinate representation of color #00FFCA: hue angle of 167.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFCA is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 0 255 202 -
CMYK 1 0 0.21 0
HSL 167.53º 1% 0.5% -
HSV(B) 167.53º 1% 1% -
XYZ 46.42 75.78 68.06 -
YUV 172.71 144.52 4.81 -
System Red Green Blue C M Y K H S L
Decimal 0 255 202 1 0 0.21 0 167.53 1 0.5
Hex 0 FF CA 64 0 15 0 A8 64 32
Octal 0 377 312 144 0 25 0 250 144 62
Binary 0 11111111 11001010 1100100 0 10101 0 10101000 1100100 110010

Color Harmonies of #00FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFCA

Black with #00FFCA

Text Example


Text Example

White with #00FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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