Html Css Color HEX #0CDBE8 Bright Turquoise

📋 copy color: '#0CDBE8'

red 12 ◦ green 219 ◦ blue 232

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

Shades of Bright Turquoise #0CDBE8

Tints of Bright Turquoise #0CDBE8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.3%

 BLUE value IS 232 (91.02% from 255) = 50.11%

R = 2.59%
G = 47.3%
B = 50.11%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0CDBE8 (or 0x0CDBE8) is known color: Bright Turquoise. HEX triplet: 0C, DB and E8. RGB value is (12,219,232). Sum of RGB (Red+Green+Blue) = 12+219+232=463 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #0CDBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDBE8 is #F32417. Grayscale: #9E9E9E. Windows color (decimal): -15934488 or 15260428. OLE color: 15260428.

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

Color convert

RGB 12 219 232 -
CMYK 0.95 0.06 0 0.09
HSL 183.55º 0.9% 0.48% -
HSV(B) 183.55º 0.95% 0.91% -
XYZ 40.05 56.57 85.15 -
YUV 158.59 169.42 23.44 -
System Red Green Blue C M Y K H S L
Decimal 12 219 232 0.95 0.06 0 0.09 183.55 0.9 0.48
Hex C DB E8 5F 6 0 9 B8 5A 30
Octal 14 333 350 137 6 0 11 270 132 60
Binary 1100 11011011 11101000 1011111 110 0 1001 10111000 1011010 110000

Color Harmonies of #0CDBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBE8

Black with #0CDBE8

Text Example


Text Example

White with #0CDBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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