Html Css Color HEX #0CE9EE Bright Turquoise

📋 copy color: '#0CE9EE'

red 12 ◦ green 233 ◦ blue 238

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

Shades of Bright Turquoise #0CE9EE

Tints of Bright Turquoise #0CE9EE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 2.48%
G = 48.24%
B = 49.28%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CE9EE (or 0x0CE9EE) is known color: Bright Turquoise. HEX triplet: 0C, E9 and EE. RGB value is (12,233,238). Sum of RGB (Red+Green+Blue) = 12+233+238=483 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CE9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE9EE is #F31611. Grayscale: #A7A7A7. Windows color (decimal): -15930898 or 15657228. OLE color: 15657228.

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

Color convert

RGB 12 233 238 -
CMYK 0.95 0.02 0 0.07
HSL 181.33º 0.9% 0.49% -
HSV(B) 181.33º 0.95% 0.93% -
XYZ 44.72 64.53 90.99 -
YUV 167.49 167.78 17.09 -
System Red Green Blue C M Y K H S L
Decimal 12 233 238 0.95 0.02 0 0.07 181.33 0.9 0.49
Hex C E9 EE 5F 2 0 7 B5 5A 31
Octal 14 351 356 137 2 0 7 265 132 61
Binary 1100 11101001 11101110 1011111 10 0 111 10110101 1011010 110001

Color Harmonies of #0CE9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE9EE

Black with #0CE9EE

Text Example


Text Example

White with #0CE9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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