Html Css Color HEX #0EE0CC Bright Turquoise

📋 copy color: '#0EE0CC'

red 14 ◦ green 224 ◦ blue 204

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

Shades of Bright Turquoise #0EE0CC

Tints of Bright Turquoise #0EE0CC

RGB

 RED value IS 14 (5.86% from 255) = 3.17%

 GREEN value IS 224 (87.89% from 255) = 50.68%

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 3.17%
G = 50.68%
B = 46.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#0EE0CC (or 0x0EE0CC) is known color: Bright Turquoise. HEX triplet: 0E, E0 and CC. RGB value is (14,224,204). Sum of RGB (Red+Green+Blue) = 14+224+204=442 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0CC is #F11F33. Grayscale: #9E9E9E. Windows color (decimal): -15802164 or 13426702. OLE color: 13426702.

HSL color Cylindrical-coordinate representation of color #0EE0CC: hue angle of 174.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE0CC is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 224 204 -
CMYK 0.94 0 0.09 0.12
HSL 174.29º 0.88% 0.47% -
HSV(B) 174.29º 0.94% 0.88% -
XYZ 37.74 57.76 66.29 -
YUV 158.93 153.43 24.63 -
System Red Green Blue C M Y K H S L
Decimal 14 224 204 0.94 0 0.09 0.12 174.29 0.88 0.47
Hex E E0 CC 5E 0 9 C AE 58 2F
Octal 16 340 314 136 0 11 14 256 130 57
Binary 1110 11100000 11001100 1011110 0 1001 1100 10101110 1011000 101111

Color Harmonies of #0EE0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0CC

Black with #0EE0CC

Text Example


Text Example

White with #0EE0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,224,204); }

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

background-color css

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

 a { background-color: rgb(14,224,204); }

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

border-color css

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

 span { border-color: rgb(14,224,204); }

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