Html Css Color HEX #0CEEEF Bright Turquoise

📋 copy color: '#0CEEEF'

red 12 ◦ green 238 ◦ blue 239

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

Shades of Bright Turquoise #0CEEEF

Tints of Bright Turquoise #0CEEEF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.67%

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 2.45%
G = 48.67%
B = 48.88%

CMYK

 C value IS 0.95

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CEEEF (or 0x0CEEEF) is known color: Bright Turquoise. HEX triplet: 0C, EE and EF. RGB value is (12,238,239). Sum of RGB (Red+Green+Blue) = 12+238+239=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CEEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEEEF is #F31110. Grayscale: #AAAAAA. Windows color (decimal): -15929617 or 15724044. OLE color: 15724044.

HSL color Cylindrical-coordinate representation of color #0CEEEF: hue angle of 180.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEEEF is Cyan = 0.95, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 238 239 -
CMYK 0.95 0.00 0 0.06
HSL 180.26º 0.9% 0.49% -
HSV(B) 180.26º 0.95% 0.94% -
XYZ 46.31 67.46 92.24 -
YUV 170.54 166.63 14.92 -
System Red Green Blue C M Y K H S L
Decimal 12 238 239 0.95 0.00 0 0.06 180.26 0.9 0.49
Hex C EE EF 5F 0 0 6 B4 5A 31
Octal 14 356 357 137 0 0 6 264 132 61
Binary 1100 11101110 11101111 1011111 0 0 110 10110100 1011010 110001

Color Harmonies of #0CEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEEEF

Black with #0CEEEF

Text Example


Text Example

White with #0CEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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