Html Css Color HEX #0CEEDB Bright Turquoise

📋 copy color: '#0CEEDB'

red 12 ◦ green 238 ◦ blue 219

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

Shades of Bright Turquoise #0CEEDB

Tints of Bright Turquoise #0CEEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 2.56%
G = 50.75%
B = 46.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#0CEEDB (or 0x0CEEDB) is known color: Bright Turquoise. HEX triplet: 0C, EE and DB. RGB value is (12,238,219). Sum of RGB (Red+Green+Blue) = 12+238+219=469 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEDB is #F31124. Grayscale: #A8A8A8. Windows color (decimal): -15929637 or 14413324. OLE color: 14413324.

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

Color convert

RGB 12 238 219 -
CMYK 0.95 0 0.08 0.07
HSL 174.96º 0.9% 0.49% -
HSV(B) 174.96º 0.95% 0.93% -
XYZ 43.51 66.34 77.53 -
YUV 168.26 156.63 16.54 -
System Red Green Blue C M Y K H S L
Decimal 12 238 219 0.95 0 0.08 0.07 174.96 0.9 0.49
Hex C EE DB 5F 0 8 7 AF 5A 31
Octal 14 356 333 137 0 10 7 257 132 61
Binary 1100 11101110 11011011 1011111 0 1000 111 10101111 1011010 110001

Color Harmonies of #0CEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEEDB

Black with #0CEEDB

Text Example


Text Example

White with #0CEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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