Html Css Color HEX #0CE9ED Bright Turquoise

📋 copy color: '#0CE9ED'

red 12 ◦ green 233 ◦ blue 237

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

Shades of Bright Turquoise #0CE9ED

Tints of Bright Turquoise #0CE9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 2.49%
G = 48.34%
B = 49.17%

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

#0CE9ED (or 0x0CE9ED) is known color: Bright Turquoise. HEX triplet: 0C, E9 and ED. RGB value is (12,233,237). Sum of RGB (Red+Green+Blue) = 12+233+237=482 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.49% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CE9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE9ED is #F31612. Grayscale: #A7A7A7. Windows color (decimal): -15930899 or 15591692. OLE color: 15591692.

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

Color convert

RGB 12 233 237 -
CMYK 0.95 0.02 0 0.07
HSL 181.07º 0.9% 0.49% -
HSV(B) 181.07º 0.95% 0.93% -
XYZ 44.58 64.47 90.22 -
YUV 167.38 167.28 17.17 -
System Red Green Blue C M Y K H S L
Decimal 12 233 237 0.95 0.02 0 0.07 181.07 0.9 0.49
Hex C E9 ED 5F 2 0 7 B5 5A 31
Octal 14 351 355 137 2 0 7 265 132 61
Binary 1100 11101001 11101101 1011111 10 0 111 10110101 1011010 110001

Color Harmonies of #0CE9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CE9ED

Black with #0CE9ED

Text Example


Text Example

White with #0CE9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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