Html Css Color HEX #0BCCE7 Dark Turquoise

📋 copy color: '#0BCCE7'

red 11 ◦ green 204 ◦ blue 231

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

Shades of Dark Turquoise #0BCCE7

Tints of Dark Turquoise #0BCCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

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

R = 2.47%
G = 45.74%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0BCCE7 (or 0x0BCCE7) is known color: Dark Turquoise. HEX triplet: 0B, CC and E7. RGB value is (11,204,231). Sum of RGB (Red+Green+Blue) = 11+204+231=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #0BCCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCCE7 is #F43318. Grayscale: #959595. Windows color (decimal): -16003865 or 15191051. OLE color: 15191051.

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

Color convert

RGB 11 204 231 -
CMYK 0.95 0.12 0 0.09
HSL 187.36º 0.91% 0.47% -
HSV(B) 187.36º 0.95% 0.91% -
XYZ 36.15 49.03 83.16 -
YUV 149.37 174.06 29.3 -
System Red Green Blue C M Y K H S L
Decimal 11 204 231 0.95 0.12 0 0.09 187.36 0.91 0.47
Hex B CC E7 5F C 0 9 BB 5B 2F
Octal 13 314 347 137 14 0 11 273 133 57
Binary 1011 11001100 11100111 1011111 1100 0 1001 10111011 1011011 101111

Color Harmonies of #0BCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCCE7

Black with #0BCCE7

Text Example


Text Example

White with #0BCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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