Html Css Color HEX #0BCFD8 Dark Turquoise

📋 copy color: '#0BCFD8'

red 11 ◦ green 207 ◦ blue 216

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

Shades of Dark Turquoise #0BCFD8

Tints of Dark Turquoise #0BCFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

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

R = 2.53%
G = 47.7%
B = 49.77%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BCFD8 (or 0x0BCFD8) is known color: Dark Turquoise. HEX triplet: 0B, CF and D8. RGB value is (11,207,216). Sum of RGB (Red+Green+Blue) = 11+207+216=434 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BCFD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFD8 is #F43027. Grayscale: #959595. Windows color (decimal): -16003112 or 14208779. OLE color: 14208779.

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

Color convert

RGB 11 207 216 -
CMYK 0.95 0.04 0 0.15
HSL 182.63º 0.9% 0.45% -
HSV(B) 182.63º 0.95% 0.85% -
XYZ 34.85 49.65 72.71 -
YUV 149.42 165.57 29.27 -
System Red Green Blue C M Y K H S L
Decimal 11 207 216 0.95 0.04 0 0.15 182.63 0.9 0.45
Hex B CF D8 5F 4 0 F B7 5A 2D
Octal 13 317 330 137 4 0 17 267 132 55
Binary 1011 11001111 11011000 1011111 100 0 1111 10110111 1011010 101101

Color Harmonies of #0BCFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFD8

Black with #0BCFD8

Text Example


Text Example

White with #0BCFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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