Html Css Color HEX #0CEECA Bright Turquoise

📋 copy color: '#0CEECA'

red 12 ◦ green 238 ◦ blue 202

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

Shades of Bright Turquoise #0CEECA

Tints of Bright Turquoise #0CEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.65%

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

R = 2.65%
G = 52.65%
B = 44.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0CEECA (or 0x0CEECA) is known color: Bright Turquoise. HEX triplet: 0C, EE and CA. RGB value is (12,238,202). Sum of RGB (Red+Green+Blue) = 12+238+202=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEECA is #F31135. Grayscale: #A6A6A6. Windows color (decimal): -15929654 or 13299212. OLE color: 13299212.

HSL color Cylindrical-coordinate representation of color #0CEECA: hue angle of 170.44º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEECA is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 238 202 -
CMYK 0.95 0 0.15 0.07
HSL 170.44º 0.9% 0.49% -
HSV(B) 170.44º 0.95% 0.93% -
XYZ 41.39 65.49 66.34 -
YUV 166.32 148.13 17.93 -
System Red Green Blue C M Y K H S L
Decimal 12 238 202 0.95 0 0.15 0.07 170.44 0.9 0.49
Hex C EE CA 5F 0 F 7 AA 5A 31
Octal 14 356 312 137 0 17 7 252 132 61
Binary 1100 11101110 11001010 1011111 0 1111 111 10101010 1011010 110001

Color Harmonies of #0CEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEECA

Black with #0CEECA

Text Example


Text Example

White with #0CEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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