Html Css Color HEX #0BCEDD Dark Turquoise

📋 copy color: '#0BCEDD'

red 11 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #0BCEDD

Tints of Dark Turquoise #0BCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.03%

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

R = 2.51%
G = 47.03%
B = 50.46%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0BCEDD (or 0x0BCEDD) is known color: Dark Turquoise. HEX triplet: 0B, CE and DD. RGB value is (11,206,221). Sum of RGB (Red+Green+Blue) = 11+206+221=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BCEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCEDD is #F43122. Grayscale: #959595. Windows color (decimal): -16003363 or 14536203. OLE color: 14536203.

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

Color convert

RGB 11 206 221 -
CMYK 0.95 0.07 0 0.13
HSL 184.29º 0.91% 0.45% -
HSV(B) 184.29º 0.95% 0.87% -
XYZ 35.26 49.43 76.09 -
YUV 149.41 168.4 29.28 -
System Red Green Blue C M Y K H S L
Decimal 11 206 221 0.95 0.07 0 0.13 184.29 0.91 0.45
Hex B CE DD 5F 7 0 D B8 5B 2D
Octal 13 316 335 137 7 0 15 270 133 55
Binary 1011 11001110 11011101 1011111 111 0 1101 10111000 1011011 101101

Color Harmonies of #0BCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCEDD

Black with #0BCEDD

Text Example


Text Example

White with #0BCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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