Html Css Color HEX #1DF8ED Bright Turquoise

📋 copy color: '#1DF8ED'

red 29 ◦ green 248 ◦ blue 237

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

Shades of Bright Turquoise #1DF8ED

Tints of Bright Turquoise #1DF8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 5.64%
G = 48.25%
B = 46.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#1DF8ED (or 0x1DF8ED) is known color: Bright Turquoise. HEX triplet: 1D, F8 and ED. RGB value is (29,248,237). Sum of RGB (Red+Green+Blue) = 29+248+237=514 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.64% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DF8ED is #E20712. Grayscale: #B5B5B5. Windows color (decimal): -14812947 or 15595549. OLE color: 15595549.

HSL color Cylindrical-coordinate representation of color #1DF8ED: hue angle of 176.99º 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 #1DF8ED is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 248 237 -
CMYK 0.88 0 0.04 0.03
HSL 176.99º 0.94% 0.54% -
HSV(B) 176.99º 0.88% 0.97% -
XYZ 49.36 73.51 91.71 -
YUV 181.27 159.45 19.39 -
System Red Green Blue C M Y K H S L
Decimal 29 248 237 0.88 0 0.04 0.03 176.99 0.94 0.54
Hex 1D F8 ED 58 0 4 3 B1 5E 36
Octal 35 370 355 130 0 4 3 261 136 66
Binary 11101 11111000 11101101 1011000 0 100 11 10110001 1011110 110110

Color Harmonies of #1DF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF8ED

Black with #1DF8ED

Text Example


Text Example

White with #1DF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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