Html Css Color HEX #0CFFCA Bright Turquoise

📋 copy color: '#0CFFCA'

red 12 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #0CFFCA

Tints of Bright Turquoise #0CFFCA

RGB

 RED value IS 12 (5.08% from 255) = 2.56%

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

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

R = 2.56%
G = 54.37%
B = 43.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#0CFFCA (or 0x0CFFCA) is known color: Bright Turquoise. HEX triplet: 0C, FF and CA. RGB value is (12,255,202). Sum of RGB (Red+Green+Blue) = 12+255+202=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCA is #F30035. Grayscale: #B0B0B0. Windows color (decimal): -15925302 or 13303564. OLE color: 13303564.

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

Color convert

RGB 12 255 202 -
CMYK 0.95 0 0.21 0
HSL 166.91º 1% 0.52% -
HSV(B) 166.91º 0.95% 1% -
XYZ 46.57 75.86 68.07 -
YUV 176.3 142.49 10.81 -
System Red Green Blue C M Y K H S L
Decimal 12 255 202 0.95 0 0.21 0 166.91 1 0.52
Hex C FF CA 5F 0 15 0 A7 64 34
Octal 14 377 312 137 0 25 0 247 144 64
Binary 1100 11111111 11001010 1011111 0 10101 0 10100111 1100100 110100

Color Harmonies of #0CFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFFCA

Black with #0CFFCA

Text Example


Text Example

White with #0CFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFFCA; }

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

 H1.HeaderClassName
 {
   color: #0CFFCA;
 }
 .AnyTagClassName
 {
   color: #0CFFCA;
 }
</style>

background-color css

<style>
 a { background-color: #0CFFCA; }

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

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

border-color css

<style>
 span { border-color: #0CFFCA; }

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

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