Html Css Color HEX #0BE8DF Bright Turquoise

📋 copy color: '#0BE8DF'

red 11 ◦ green 232 ◦ blue 223

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

Shades of Bright Turquoise #0BE8DF

Tints of Bright Turquoise #0BE8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.79%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 2.36%
G = 49.79%
B = 47.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#0BE8DF (or 0x0BE8DF) is known color: Bright Turquoise. HEX triplet: 0B, E8 and DF. RGB value is (11,232,223). Sum of RGB (Red+Green+Blue) = 11+232+223=466 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 466); Green value is 232 (91.02% from 255 or 49.79% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE8DF is #F41720. Grayscale: #A4A4A4. Windows color (decimal): -15996705 or 14673931. OLE color: 14673931.

HSL color Cylindrical-coordinate representation of color #0BE8DF: hue angle of 177.56º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE8DF is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 11 232 223 -
CMYK 0.95 0 0.04 0.09
HSL 177.56º 0.91% 0.48% -
HSV(B) 177.56º 0.95% 0.91% -
XYZ 42.31 63.11 79.76 -
YUV 164.9 160.78 18.23 -
System Red Green Blue C M Y K H S L
Decimal 11 232 223 0.95 0 0.04 0.09 177.56 0.91 0.48
Hex B E8 DF 5F 0 4 9 B2 5B 30
Octal 13 350 337 137 0 4 11 262 133 60
Binary 1011 11101000 11011111 1011111 0 100 1001 10110010 1011011 110000

Color Harmonies of #0BE8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE8DF

Black with #0BE8DF

Text Example


Text Example

White with #0BE8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,232,223); }

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

background-color css

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

 a { background-color: rgb(11,232,223); }

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

border-color css

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

 span { border-color: rgb(11,232,223); }

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