Html Css Color HEX #0BE6BD Bright Turquoise

📋 copy color: '#0BE6BD'

red 11 ◦ green 230 ◦ blue 189

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

Shades of Bright Turquoise #0BE6BD

Tints of Bright Turquoise #0BE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.49%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 2.56%
G = 53.49%
B = 43.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#0BE6BD (or 0x0BE6BD) is known color: Bright Turquoise. HEX triplet: 0B, E6 and BD. RGB value is (11,230,189). Sum of RGB (Red+Green+Blue) = 11+230+189=430 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE6BD is #F41942. Grayscale: #9F9F9F. Windows color (decimal): -15997251 or 12445195. OLE color: 12445195.

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

Color convert

RGB 11 230 189 -
CMYK 0.95 0 0.18 0.10
HSL 168.77º 0.91% 0.47% -
HSV(B) 168.77º 0.95% 0.9% -
XYZ 37.62 60.34 57.81 -
YUV 159.85 144.45 21.83 -
System Red Green Blue C M Y K H S L
Decimal 11 230 189 0.95 0 0.18 0.10 168.77 0.91 0.47
Hex B E6 BD 5F 0 12 A A9 5B 2F
Octal 13 346 275 137 0 22 12 251 133 57
Binary 1011 11100110 10111101 1011111 0 10010 1010 10101001 1011011 101111

Color Harmonies of #0BE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE6BD

Black with #0BE6BD

Text Example


Text Example

White with #0BE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,230,189); }

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

background-color css

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

 a { background-color: rgb(11,230,189); }

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

border-color css

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

 span { border-color: rgb(11,230,189); }

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