Html Css Color HEX #0BCFEB Dark Turquoise

📋 copy color: '#0BCFEB'

red 11 ◦ green 207 ◦ blue 235

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

Shades of Dark Turquoise #0BCFEB

Tints of Dark Turquoise #0BCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.88%

R = 2.43%
G = 45.7%
B = 51.88%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0BCFEB (or 0x0BCFEB) is known color: Dark Turquoise. HEX triplet: 0B, CF and EB. RGB value is (11,207,235). Sum of RGB (Red+Green+Blue) = 11+207+235=453 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.43% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #0BCFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFEB is #F43014. Grayscale: #979797. Windows color (decimal): -16003093 or 15453963. OLE color: 15453963.

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

Color convert

RGB 11 207 235 -
CMYK 0.95 0.12 0 0.08
HSL 187.5º 0.91% 0.48% -
HSV(B) 187.5º 0.95% 0.92% -
XYZ 37.45 50.69 86.41 -
YUV 151.59 175.07 27.72 -
System Red Green Blue C M Y K H S L
Decimal 11 207 235 0.95 0.12 0 0.08 187.5 0.91 0.48
Hex B CF EB 5F C 0 8 BC 5B 30
Octal 13 317 353 137 14 0 10 274 133 60
Binary 1011 11001111 11101011 1011111 1100 0 1000 10111100 1011011 110000

Color Harmonies of #0BCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFEB

Black with #0BCFEB

Text Example


Text Example

White with #0BCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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