Html Css Color HEX #0BCCDD Dark Turquoise

📋 copy color: '#0BCCDD'

red 11 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #0BCCDD

Tints of Dark Turquoise #0BCCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 2.52%
G = 46.79%
B = 50.69%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BCCDD (or 0x0BCCDD) is known color: Dark Turquoise. HEX triplet: 0B, CC and DD. RGB value is (11,204,221). Sum of RGB (Red+Green+Blue) = 11+204+221=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BCCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCCDD is #F43322. Grayscale: #939393. Windows color (decimal): -16003875 or 14535691. OLE color: 14535691.

HSL color Cylindrical-coordinate representation of color #0BCCDD: hue angle of 184.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCDD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 204 221 -
CMYK 0.95 0.08 0 0.13
HSL 184.86º 0.91% 0.45% -
HSV(B) 184.86º 0.95% 0.87% -
XYZ 34.78 48.48 75.93 -
YUV 148.23 169.06 30.12 -
System Red Green Blue C M Y K H S L
Decimal 11 204 221 0.95 0.08 0 0.13 184.86 0.91 0.45
Hex B CC DD 5F 8 0 D B9 5B 2D
Octal 13 314 335 137 10 0 15 271 133 55
Binary 1011 11001100 11011101 1011111 1000 0 1101 10111001 1011011 101101

Color Harmonies of #0BCCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCDD

Black with #0BCCDD

Text Example


Text Example

White with #0BCCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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