Html Css Color HEX #0BE6CB Bright Turquoise

📋 copy color: '#0BE6CB'

red 11 ◦ green 230 ◦ blue 203

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

Shades of Bright Turquoise #0BE6CB

Tints of Bright Turquoise #0BE6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.72%

R = 2.48%
G = 51.8%
B = 45.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#0BE6CB (or 0x0BE6CB) is known color: Bright Turquoise. HEX triplet: 0B, E6 and CB. RGB value is (11,230,203). Sum of RGB (Red+Green+Blue) = 11+230+203=444 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #0BE6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE6CB is #F41934. Grayscale: #A1A1A1. Windows color (decimal): -15997237 or 13362699. OLE color: 13362699.

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

Color convert

RGB 11 230 203 -
CMYK 0.95 0 0.12 0.10
HSL 172.6º 0.91% 0.47% -
HSV(B) 172.6º 0.95% 0.9% -
XYZ 39.21 60.98 66.2 -
YUV 161.44 151.45 20.7 -
System Red Green Blue C M Y K H S L
Decimal 11 230 203 0.95 0 0.12 0.10 172.6 0.91 0.47
Hex B E6 CB 5F 0 C A AD 5B 2F
Octal 13 346 313 137 0 14 12 255 133 57
Binary 1011 11100110 11001011 1011111 0 1100 1010 10101101 1011011 101111

Color Harmonies of #0BE6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE6CB

Black with #0BE6CB

Text Example


Text Example

White with #0BE6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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