Html Css Color HEX #0CCBDA Dark Turquoise

📋 copy color: '#0CCBDA'

red 12 ◦ green 203 ◦ blue 218

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

Shades of Dark Turquoise #0CCBDA

Tints of Dark Turquoise #0CCBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.88%

 BLUE value IS 218 (85.55% from 255) = 50.35%

R = 2.77%
G = 46.88%
B = 50.35%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0CCBDA (or 0x0CCBDA) is known color: Dark Turquoise. HEX triplet: 0C, CB and DA. RGB value is (12,203,218). Sum of RGB (Red+Green+Blue) = 12+203+218=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CCBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCBDA is #F33425. Grayscale: #939393. Windows color (decimal): -15938598 or 14338828. OLE color: 14338828.

HSL color Cylindrical-coordinate representation of color #0CCBDA: hue angle of 184.37º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCBDA is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 203 218 -
CMYK 0.94 0.07 0 0.15
HSL 184.37º 0.9% 0.45% -
HSV(B) 184.37º 0.94% 0.85% -
XYZ 34.16 47.85 73.77 -
YUV 147.6 167.72 31.28 -
System Red Green Blue C M Y K H S L
Decimal 12 203 218 0.94 0.07 0 0.15 184.37 0.9 0.45
Hex C CB DA 5E 7 0 F B8 5A 2D
Octal 14 313 332 136 7 0 17 270 132 55
Binary 1100 11001011 11011010 1011110 111 0 1111 10111000 1011010 101101

Color Harmonies of #0CCBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCBDA

Black with #0CCBDA

Text Example


Text Example

White with #0CCBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,203,218); }

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

background-color css

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

 a { background-color: rgb(12,203,218); }

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

border-color css

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

 span { border-color: rgb(12,203,218); }

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