Html Css Color HEX #0BCFE7 Dark Turquoise

📋 copy color: '#0BCFE7'

red 11 ◦ green 207 ◦ blue 231

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

Shades of Dark Turquoise #0BCFE7

Tints of Dark Turquoise #0BCFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.45%

R = 2.45%
G = 46.1%
B = 51.45%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0BCFE7 (or 0x0BCFE7) is known color: Dark Turquoise. HEX triplet: 0B, CF and E7. RGB value is (11,207,231). Sum of RGB (Red+Green+Blue) = 11+207+231=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 231 (90.62% from 255 or 51.45% from 449); Max value from RGB is 231 - color contains mainly: blue. Hex color #0BCFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCFE7 is #F43018. Grayscale: #969696. Windows color (decimal): -16003097 or 15191819. OLE color: 15191819.

HSL color Cylindrical-coordinate representation of color #0BCFE7: hue angle of 186.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFE7 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 207 231 -
CMYK 0.95 0.10 0 0.09
HSL 186.55º 0.91% 0.47% -
HSV(B) 186.55º 0.95% 0.91% -
XYZ 36.87 50.47 83.4 -
YUV 151.13 173.07 28.05 -
System Red Green Blue C M Y K H S L
Decimal 11 207 231 0.95 0.10 0 0.09 186.55 0.91 0.47
Hex B CF E7 5F A 0 9 BB 5B 2F
Octal 13 317 347 137 12 0 11 273 133 57
Binary 1011 11001111 11100111 1011111 1010 0 1001 10111011 1011011 101111

Color Harmonies of #0BCFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFE7

Black with #0BCFE7

Text Example


Text Example

White with #0BCFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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