Html Css Color HEX #1BE4DA Bright Turquoise

📋 copy color: '#1BE4DA'

red 27 ◦ green 228 ◦ blue 218

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

Shades of Bright Turquoise #1BE4DA

Tints of Bright Turquoise #1BE4DA

RGB

 RED value IS 27 (10.94% from 255) = 5.71%

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

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

R = 5.71%
G = 48.2%
B = 46.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#1BE4DA (or 0x1BE4DA) is known color: Bright Turquoise. HEX triplet: 1B, E4 and DA. RGB value is (27,228,218). Sum of RGB (Red+Green+Blue) = 27+228+218=473 (62% of max value = 765). Red value is 27 (10.94% from 255 or 5.71% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #1BE4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BE4DA is #E41B25. Grayscale: #A6A6A6. Windows color (decimal): -14949158 or 14345243. OLE color: 14345243.

HSL color Cylindrical-coordinate representation of color #1BE4DA: hue angle of 177.01º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BE4DA is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 27 228 218 -
CMYK 0.88 0 0.04 0.11
HSL 177.01º 0.79% 0.5% -
HSV(B) 177.01º 0.88% 0.89% -
XYZ 40.85 60.78 75.91 -
YUV 166.76 156.91 28.31 -
System Red Green Blue C M Y K H S L
Decimal 27 228 218 0.88 0 0.04 0.11 177.01 0.79 0.5
Hex 1B E4 DA 58 0 4 B B1 4F 32
Octal 33 344 332 130 0 4 13 261 117 62
Binary 11011 11100100 11011010 1011000 0 100 1011 10110001 1001111 110010

Color Harmonies of #1BE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BE4DA

Black with #1BE4DA

Text Example


Text Example

White with #1BE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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