Html Css Color HEX #0BCED8 Dark Turquoise

📋 copy color: '#0BCED8'

red 11 ◦ green 206 ◦ blue 216

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

Shades of Dark Turquoise #0BCED8

Tints of Dark Turquoise #0BCED8

RGB

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

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

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

R = 2.54%
G = 47.58%
B = 49.88%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BCED8 (or 0x0BCED8) is known color: Dark Turquoise. HEX triplet: 0B, CE and D8. RGB value is (11,206,216). Sum of RGB (Red+Green+Blue) = 11+206+216=433 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.54% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BCED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCED8 is #F43127. Grayscale: #949494. Windows color (decimal): -16003368 or 14208523. OLE color: 14208523.

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

Color convert

RGB 11 206 216 -
CMYK 0.95 0.05 0 0.15
HSL 182.93º 0.9% 0.45% -
HSV(B) 182.93º 0.95% 0.85% -
XYZ 34.6 49.17 72.63 -
YUV 148.84 165.9 29.69 -
System Red Green Blue C M Y K H S L
Decimal 11 206 216 0.95 0.05 0 0.15 182.93 0.9 0.45
Hex B CE D8 5F 5 0 F B7 5A 2D
Octal 13 316 330 137 5 0 17 267 132 55
Binary 1011 11001110 11011000 1011111 101 0 1111 10110111 1011010 101101

Color Harmonies of #0BCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCED8

Black with #0BCED8

Text Example


Text Example

White with #0BCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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