Html Css Color HEX #0BE4DA Bright Turquoise

📋 copy color: '#0BE4DA'

red 11 ◦ green 228 ◦ blue 218

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

Shades of Bright Turquoise #0BE4DA

Tints of Bright Turquoise #0BE4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 2.41%
G = 49.89%
B = 47.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#0BE4DA (or 0x0BE4DA) is known color: Bright Turquoise. HEX triplet: 0B, E4 and DA. RGB value is (11,228,218). Sum of RGB (Red+Green+Blue) = 11+228+218=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE4DA is #F41B25. Grayscale: #A1A1A1. Windows color (decimal): -15997734 or 14345227. OLE color: 14345227.

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

Color convert

RGB 11 228 218 -
CMYK 0.95 0 0.04 0.11
HSL 177.24º 0.91% 0.47% -
HSV(B) 177.24º 0.95% 0.89% -
XYZ 40.54 60.62 75.89 -
YUV 161.98 159.61 20.31 -
System Red Green Blue C M Y K H S L
Decimal 11 228 218 0.95 0 0.04 0.11 177.24 0.91 0.47
Hex B E4 DA 5F 0 4 B B1 5B 2F
Octal 13 344 332 137 0 4 13 261 133 57
Binary 1011 11100100 11011010 1011111 0 100 1011 10110001 1011011 101111

Color Harmonies of #0BE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE4DA

Black with #0BE4DA

Text Example


Text Example

White with #0BE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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