Html Css Color HEX #0CE0EB Bright Turquoise

📋 copy color: '#0CE0EB'

red 12 ◦ green 224 ◦ blue 235

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

Shades of Bright Turquoise #0CE0EB

Tints of Bright Turquoise #0CE0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 2.55%
G = 47.56%
B = 49.89%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0CE0EB (or 0x0CE0EB) is known color: Bright Turquoise. HEX triplet: 0C, E0 and EB. RGB value is (12,224,235). Sum of RGB (Red+Green+Blue) = 12+224+235=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CE0EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE0EB is #F31F14. Grayscale: #A1A1A1. Windows color (decimal): -15933205 or 15458316. OLE color: 15458316.

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

Color convert

RGB 12 224 235 -
CMYK 0.95 0.05 0 0.08
HSL 182.96º 0.9% 0.48% -
HSV(B) 182.96º 0.95% 0.92% -
XYZ 41.8 59.39 87.86 -
YUV 161.87 169.26 21.11 -
System Red Green Blue C M Y K H S L
Decimal 12 224 235 0.95 0.05 0 0.08 182.96 0.9 0.48
Hex C E0 EB 5F 5 0 8 B7 5A 30
Octal 14 340 353 137 5 0 10 267 132 60
Binary 1100 11100000 11101011 1011111 101 0 1000 10110111 1011010 110000

Color Harmonies of #0CE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE0EB

Black with #0CE0EB

Text Example


Text Example

White with #0CE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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