Html Css Color HEX #0BE4DF Bright Turquoise

📋 copy color: '#0BE4DF'

red 11 ◦ green 228 ◦ blue 223

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

Shades of Bright Turquoise #0BE4DF

Tints of Bright Turquoise #0BE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.35%

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

R = 2.38%
G = 49.35%
B = 48.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#0BE4DF (or 0x0BE4DF) is known color: Bright Turquoise. HEX triplet: 0B, E4 and DF. RGB value is (11,228,223). Sum of RGB (Red+Green+Blue) = 11+228+223=462 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE4DF is #F41B20. Grayscale: #A2A2A2. Windows color (decimal): -15997729 or 14672907. OLE color: 14672907.

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

Color convert

RGB 11 228 223 -
CMYK 0.95 0 0.02 0.11
HSL 178.62º 0.91% 0.47% -
HSV(B) 178.62º 0.95% 0.89% -
XYZ 41.2 60.89 79.39 -
YUV 162.55 162.11 19.91 -
System Red Green Blue C M Y K H S L
Decimal 11 228 223 0.95 0 0.02 0.11 178.62 0.91 0.47
Hex B E4 DF 5F 0 2 B B3 5B 2F
Octal 13 344 337 137 0 2 13 263 133 57
Binary 1011 11100100 11011111 1011111 0 10 1011 10110011 1011011 101111

Color Harmonies of #0BE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE4DF

Black with #0BE4DF

Text Example


Text Example

White with #0BE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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