Html Css Color HEX #0BCDDE Dark Turquoise

📋 copy color: '#0BCDDE'

red 11 ◦ green 205 ◦ blue 222

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

Shades of Dark Turquoise #0BCDDE

Tints of Dark Turquoise #0BCDDE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 2.51%
G = 46.8%
B = 50.68%

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

#0BCDDE (or 0x0BCDDE) is known color: Dark Turquoise. HEX triplet: 0B, CD and DE. RGB value is (11,205,222). Sum of RGB (Red+Green+Blue) = 11+205+222=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BCDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCDDE is #F43221. Grayscale: #949494. Windows color (decimal): -16003618 or 14601483. OLE color: 14601483.

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

Color convert

RGB 11 205 222 -
CMYK 0.95 0.08 0 0.13
HSL 184.83º 0.91% 0.46% -
HSV(B) 184.83º 0.95% 0.87% -
XYZ 35.15 49.01 76.71 -
YUV 148.93 169.23 29.62 -
System Red Green Blue C M Y K H S L
Decimal 11 205 222 0.95 0.08 0 0.13 184.83 0.91 0.46
Hex B CD DE 5F 8 0 D B9 5B 2E
Octal 13 315 336 137 10 0 15 271 133 56
Binary 1011 11001101 11011110 1011111 1000 0 1101 10111001 1011011 101110

Color Harmonies of #0BCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCDDE

Black with #0BCDDE

Text Example


Text Example

White with #0BCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,205,222); }

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

background-color css

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

 a { background-color: rgb(11,205,222); }

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

border-color css

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

 span { border-color: rgb(11,205,222); }

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