Html Css Color HEX #1BFEDB Bright Turquoise

📋 copy color: '#1BFEDB'

red 27 ◦ green 254 ◦ blue 219

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

Shades of Bright Turquoise #1BFEDB

Tints of Bright Turquoise #1BFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.8%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 5.4%
G = 50.8%
B = 43.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#1BFEDB (or 0x1BFEDB) is known color: Bright Turquoise. HEX triplet: 1B, FE and DB. RGB value is (27,254,219). Sum of RGB (Red+Green+Blue) = 27+254+219=500 (66% of max value = 765). Red value is 27 (10.94% from 255 or 5.4% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BFEDB is #E40124. Grayscale: #B6B6B6. Windows color (decimal): -14942501 or 14417435. OLE color: 14417435.

HSL color Cylindrical-coordinate representation of color #1BFEDB: hue angle of 170.75º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BFEDB is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 27 254 219 -
CMYK 0.89 0 0.14 0.00
HSL 170.75º 0.99% 0.55% -
HSV(B) 170.75º 0.89% 1% -
XYZ 48.68 76.23 79.17 -
YUV 182.14 148.79 17.35 -
System Red Green Blue C M Y K H S L
Decimal 27 254 219 0.89 0 0.14 0.00 170.75 0.99 0.55
Hex 1B FE DB 59 0 E 0 AB 63 37
Octal 33 376 333 131 0 16 0 253 143 67
Binary 11011 11111110 11011011 1011001 0 1110 0 10101011 1100011 110111

Color Harmonies of #1BFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BFEDB

Black with #1BFEDB

Text Example


Text Example

White with #1BFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,254,219); }

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

background-color css

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

 a { background-color: rgb(27,254,219); }

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

border-color css

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

 span { border-color: rgb(27,254,219); }

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