Html Css Color HEX #1DF8E7 Bright Turquoise

📋 copy color: '#1DF8E7'

red 29 ◦ green 248 ◦ blue 231

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

Shades of Bright Turquoise #1DF8E7

Tints of Bright Turquoise #1DF8E7

RGB

 RED value IS 29 (11.72% from 255) = 5.71%

 GREEN value IS 248 (97.27% from 255) = 48.82%

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 5.71%
G = 48.82%
B = 45.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#1DF8E7 (or 0x1DF8E7) is known color: Bright Turquoise. HEX triplet: 1D, F8 and E7. RGB value is (29,248,231). Sum of RGB (Red+Green+Blue) = 29+248+231=508 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.71% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF8E7 is #E20718. Grayscale: #B4B4B4. Windows color (decimal): -14812953 or 15202333. OLE color: 15202333.

HSL color Cylindrical-coordinate representation of color #1DF8E7: hue angle of 175.34º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF8E7 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 248 231 -
CMYK 0.88 0 0.07 0.03
HSL 175.34º 0.94% 0.54% -
HSV(B) 175.34º 0.88% 0.97% -
XYZ 48.5 73.17 87.17 -
YUV 180.58 156.45 19.88 -
System Red Green Blue C M Y K H S L
Decimal 29 248 231 0.88 0 0.07 0.03 175.34 0.94 0.54
Hex 1D F8 E7 58 0 7 3 AF 5E 36
Octal 35 370 347 130 0 7 3 257 136 66
Binary 11101 11111000 11100111 1011000 0 111 11 10101111 1011110 110110

Color Harmonies of #1DF8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF8E7

Black with #1DF8E7

Text Example


Text Example

White with #1DF8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,248,231); }

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

background-color css

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

 a { background-color: rgb(29,248,231); }

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

border-color css

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

 span { border-color: rgb(29,248,231); }

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