Html Css Color HEX #0CEECB Bright Turquoise

📋 copy color: '#0CEECB'

red 12 ◦ green 238 ◦ blue 203

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

Shades of Bright Turquoise #0CEECB

Tints of Bright Turquoise #0CEECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 2.65%
G = 52.54%
B = 44.81%

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

#0CEECB (or 0x0CEECB) is known color: Bright Turquoise. HEX triplet: 0C, EE and CB. RGB value is (12,238,203). Sum of RGB (Red+Green+Blue) = 12+238+203=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEECB is #F31134. Grayscale: #A6A6A6. Windows color (decimal): -15929653 or 13364748. OLE color: 13364748.

HSL color Cylindrical-coordinate representation of color #0CEECB: hue angle of 170.71º 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 #0CEECB is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 238 203 -
CMYK 0.95 0 0.15 0.07
HSL 170.71º 0.9% 0.49% -
HSV(B) 170.71º 0.95% 0.93% -
XYZ 41.51 65.54 66.96 -
YUV 166.44 148.63 17.85 -
System Red Green Blue C M Y K H S L
Decimal 12 238 203 0.95 0 0.15 0.07 170.71 0.9 0.49
Hex C EE CB 5F 0 F 7 AB 5A 31
Octal 14 356 313 137 0 17 7 253 132 61
Binary 1100 11101110 11001011 1011111 0 1111 111 10101011 1011010 110001

Color Harmonies of #0CEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEECB

Black with #0CEECB

Text Example


Text Example

White with #0CEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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