Html Css Color HEX #0CE0D5 Bright Turquoise

📋 copy color: '#0CE0D5'

red 12 ◦ green 224 ◦ blue 213

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

Shades of Bright Turquoise #0CE0D5

Tints of Bright Turquoise #0CE0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 2.67%
G = 49.89%
B = 47.44%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#0CE0D5 (or 0x0CE0D5) is known color: Bright Turquoise. HEX triplet: 0C, E0 and D5. RGB value is (12,224,213). Sum of RGB (Red+Green+Blue) = 12+224+213=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE0D5 is #F31F2A. Grayscale: #9F9F9F. Windows color (decimal): -15933227 or 14016524. OLE color: 14016524.

HSL color Cylindrical-coordinate representation of color #0CE0D5: hue angle of 176.89º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE0D5 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 224 213 -
CMYK 0.95 0 0.05 0.12
HSL 176.89º 0.9% 0.46% -
HSV(B) 176.89º 0.95% 0.88% -
XYZ 38.82 58.19 72.14 -
YUV 159.36 158.26 22.89 -
System Red Green Blue C M Y K H S L
Decimal 12 224 213 0.95 0 0.05 0.12 176.89 0.9 0.46
Hex C E0 D5 5F 0 5 C B1 5A 2E
Octal 14 340 325 137 0 5 14 261 132 56
Binary 1100 11100000 11010101 1011111 0 101 1100 10110001 1011010 101110

Color Harmonies of #0CE0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE0D5

Black with #0CE0D5

Text Example


Text Example

White with #0CE0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,224,213); }

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

background-color css

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

 a { background-color: rgb(12,224,213); }

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

border-color css

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

 span { border-color: rgb(12,224,213); }

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