Html Css Color HEX #0BE7DF Bright Turquoise

📋 copy color: '#0BE7DF'

red 11 ◦ green 231 ◦ blue 223

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

Shades of Bright Turquoise #0BE7DF

Tints of Bright Turquoise #0BE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.68%

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

R = 2.37%
G = 49.68%
B = 47.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#0BE7DF (or 0x0BE7DF) is known color: Bright Turquoise. HEX triplet: 0B, E7 and DF. RGB value is (11,231,223). Sum of RGB (Red+Green+Blue) = 11+231+223=465 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.37% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE7DF is #F41820. Grayscale: #A4A4A4. Windows color (decimal): -15996961 or 14673675. OLE color: 14673675.

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

Color convert

RGB 11 231 223 -
CMYK 0.95 0 0.03 0.09
HSL 177.82º 0.91% 0.47% -
HSV(B) 177.82º 0.95% 0.91% -
XYZ 42.03 62.55 79.67 -
YUV 164.31 161.11 18.65 -
System Red Green Blue C M Y K H S L
Decimal 11 231 223 0.95 0 0.03 0.09 177.82 0.91 0.47
Hex B E7 DF 5F 0 3 9 B2 5B 2F
Octal 13 347 337 137 0 3 11 262 133 57
Binary 1011 11100111 11011111 1011111 0 11 1001 10110010 1011011 101111

Color Harmonies of #0BE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE7DF

Black with #0BE7DF

Text Example


Text Example

White with #0BE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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