Html Css Color HEX #0CEDDB Bright Turquoise

📋 copy color: '#0CEDDB'

red 12 ◦ green 237 ◦ blue 219

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

Shades of Bright Turquoise #0CEDDB

Tints of Bright Turquoise #0CEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.64%

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

R = 2.56%
G = 50.64%
B = 46.79%

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

#0CEDDB (or 0x0CEDDB) is known color: Bright Turquoise. HEX triplet: 0C, ED and DB. RGB value is (12,237,219). Sum of RGB (Red+Green+Blue) = 12+237+219=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDDB is #F31224. Grayscale: #A7A7A7. Windows color (decimal): -15929893 or 14413068. OLE color: 14413068.

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

Color convert

RGB 12 237 219 -
CMYK 0.95 0 0.08 0.07
HSL 175.2º 0.9% 0.49% -
HSV(B) 175.2º 0.95% 0.93% -
XYZ 43.22 65.76 77.43 -
YUV 167.67 156.96 16.96 -
System Red Green Blue C M Y K H S L
Decimal 12 237 219 0.95 0 0.08 0.07 175.2 0.9 0.49
Hex C ED DB 5F 0 8 7 AF 5A 31
Octal 14 355 333 137 0 10 7 257 132 61
Binary 1100 11101101 11011011 1011111 0 1000 111 10101111 1011010 110001

Color Harmonies of #0CEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEDDB

Black with #0CEDDB

Text Example


Text Example

White with #0CEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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