Html Css Color HEX #0BCCD8 Dark Turquoise

📋 copy color: '#0BCCD8'

red 11 ◦ green 204 ◦ blue 216

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

Shades of Dark Turquoise #0BCCD8

Tints of Dark Turquoise #0BCCD8

RGB

 RED value IS 11 (4.69% from 255) = 2.55%

 GREEN value IS 204 (80.08% from 255) = 47.33%

 BLUE value IS 216 (84.77% from 255) = 50.12%

R = 2.55%
G = 47.33%
B = 50.12%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BCCD8 (or 0x0BCCD8) is known color: Dark Turquoise. HEX triplet: 0B, CC and D8. RGB value is (11,204,216). Sum of RGB (Red+Green+Blue) = 11+204+216=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BCCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCD8 is #F43327. Grayscale: #939393. Windows color (decimal): -16003880 or 14208011. OLE color: 14208011.

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

Color convert

RGB 11 204 216 -
CMYK 0.95 0.06 0 0.15
HSL 183.51º 0.9% 0.45% -
HSV(B) 183.51º 0.95% 0.85% -
XYZ 34.13 48.21 72.47 -
YUV 147.66 166.56 30.52 -
System Red Green Blue C M Y K H S L
Decimal 11 204 216 0.95 0.06 0 0.15 183.51 0.9 0.45
Hex B CC D8 5F 6 0 F B8 5A 2D
Octal 13 314 330 137 6 0 17 270 132 55
Binary 1011 11001100 11011000 1011111 110 0 1111 10111000 1011010 101101

Color Harmonies of #0BCCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCD8

Black with #0BCCD8

Text Example


Text Example

White with #0BCCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,204,216); }

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

background-color css

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

 a { background-color: rgb(11,204,216); }

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

border-color css

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

 span { border-color: rgb(11,204,216); }

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