Html Css Color HEX #0BBEE3 Dark Turquoise

📋 copy color: '#0BBEE3'

red 11 ◦ green 190 ◦ blue 227

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

Shades of Dark Turquoise #0BBEE3

Tints of Dark Turquoise #0BBEE3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.39%

 BLUE value IS 227 (89.06% from 255) = 53.04%

R = 2.57%
G = 44.39%
B = 53.04%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0BBEE3 (or 0x0BBEE3) is known color: Dark Turquoise. HEX triplet: 0B, BE and E3. RGB value is (11,190,227). Sum of RGB (Red+Green+Blue) = 11+190+227=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #0BBEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBEE3 is #F4411C. Grayscale: #8C8C8C. Windows color (decimal): -16007453 or 14925323. OLE color: 14925323.

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

Color convert

RGB 11 190 227 -
CMYK 0.95 0.16 0 0.11
HSL 190.28º 0.91% 0.47% -
HSV(B) 190.28º 0.95% 0.89% -
XYZ 32.42 42.44 79.16 -
YUV 140.7 176.7 35.49 -
System Red Green Blue C M Y K H S L
Decimal 11 190 227 0.95 0.16 0 0.11 190.28 0.91 0.47
Hex B BE E3 5F 10 0 B BE 5B 2F
Octal 13 276 343 137 20 0 13 276 133 57
Binary 1011 10111110 11100011 1011111 10000 0 1011 10111110 1011011 101111

Color Harmonies of #0BBEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBEE3

Black with #0BBEE3

Text Example


Text Example

White with #0BBEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,190,227); }

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

background-color css

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

 a { background-color: rgb(11,190,227); }

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

border-color css

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

 span { border-color: rgb(11,190,227); }

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