Html Css Color HEX #0BE3DD Bright Turquoise

📋 copy color: '#0BE3DD'

red 11 ◦ green 227 ◦ blue 221

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

Shades of Bright Turquoise #0BE3DD

Tints of Bright Turquoise #0BE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.46%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 2.4%
G = 49.46%
B = 48.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#0BE3DD (or 0x0BE3DD) is known color: Bright Turquoise. HEX triplet: 0B, E3 and DD. RGB value is (11,227,221). Sum of RGB (Red+Green+Blue) = 11+227+221=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #0BE3DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE3DD is #F41C22. Grayscale: #A1A1A1. Windows color (decimal): -15997987 or 14541579. OLE color: 14541579.

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

Color convert

RGB 11 227 221 -
CMYK 0.95 0 0.03 0.11
HSL 178.33º 0.91% 0.47% -
HSV(B) 178.33º 0.95% 0.89% -
XYZ 40.66 60.23 77.89 -
YUV 161.73 161.44 20.49 -
System Red Green Blue C M Y K H S L
Decimal 11 227 221 0.95 0 0.03 0.11 178.33 0.91 0.47
Hex B E3 DD 5F 0 3 B B2 5B 2F
Octal 13 343 335 137 0 3 13 262 133 57
Binary 1011 11100011 11011101 1011111 0 11 1011 10110010 1011011 101111

Color Harmonies of #0BE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE3DD

Black with #0BE3DD

Text Example


Text Example

White with #0BE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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