Html Css Color HEX #1FE8DB Bright Turquoise

📋 copy color: '#1FE8DB'

red 31 ◦ green 232 ◦ blue 219

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

Shades of Bright Turquoise #1FE8DB

Tints of Bright Turquoise #1FE8DB

RGB

 RED value IS 31 (12.5% from 255) = 6.43%

 GREEN value IS 232 (91.02% from 255) = 48.13%

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

R = 6.43%
G = 48.13%
B = 45.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#1FE8DB (or 0x1FE8DB) is known color: Bright Turquoise. HEX triplet: 1F, E8 and DB. RGB value is (31,232,219). Sum of RGB (Red+Green+Blue) = 31+232+219=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE8DB is #E01724. Grayscale: #AAAAAA. Windows color (decimal): -14685989 or 14411807. OLE color: 14411807.

HSL color Cylindrical-coordinate representation of color #1FE8DB: hue angle of 176.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE8DB is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 232 219 -
CMYK 0.87 0 0.06 0.09
HSL 176.12º 0.81% 0.52% -
HSV(B) 176.12º 0.87% 0.91% -
XYZ 42.21 63.12 76.98 -
YUV 170.42 155.41 28.56 -
System Red Green Blue C M Y K H S L
Decimal 31 232 219 0.87 0 0.06 0.09 176.12 0.81 0.52
Hex 1F E8 DB 57 0 6 9 B0 51 34
Octal 37 350 333 127 0 6 11 260 121 64
Binary 11111 11101000 11011011 1010111 0 110 1001 10110000 1010001 110100

Color Harmonies of #1FE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE8DB

Black with #1FE8DB

Text Example


Text Example

White with #1FE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,232,219); }

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

background-color css

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

 a { background-color: rgb(31,232,219); }

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

border-color css

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

 span { border-color: rgb(31,232,219); }

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