Html Css Color HEX #0CE2DD Bright Turquoise

📋 copy color: '#0CE2DD'

red 12 ◦ green 226 ◦ blue 221

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

Shades of Bright Turquoise #0CE2DD

Tints of Bright Turquoise #0CE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.24%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 2.61%
G = 49.24%
B = 48.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#0CE2DD (or 0x0CE2DD) is known color: Bright Turquoise. HEX triplet: 0C, E2 and DD. RGB value is (12,226,221). Sum of RGB (Red+Green+Blue) = 12+226+221=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE2DD is #F31D22. Grayscale: #A1A1A1. Windows color (decimal): -15932707 or 14541324. OLE color: 14541324.

HSL color Cylindrical-coordinate representation of color #0CE2DD: hue angle of 178.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE2DD is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 12 226 221 -
CMYK 0.95 0 0.02 0.11
HSL 178.6º 0.9% 0.47% -
HSV(B) 178.6º 0.95% 0.89% -
XYZ 40.4 59.69 77.8 -
YUV 161.44 161.6 21.41 -
System Red Green Blue C M Y K H S L
Decimal 12 226 221 0.95 0 0.02 0.11 178.6 0.9 0.47
Hex C E2 DD 5F 0 2 B B3 5A 2F
Octal 14 342 335 137 0 2 13 263 132 57
Binary 1100 11100010 11011101 1011111 0 10 1011 10110011 1011010 101111

Color Harmonies of #0CE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE2DD

Black with #0CE2DD

Text Example


Text Example

White with #0CE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,226,221); }

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

background-color css

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

 a { background-color: rgb(12,226,221); }

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

border-color css

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

 span { border-color: rgb(12,226,221); }

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