Html Css Color HEX #1DEDF8 Bright Turquoise

📋 copy color: '#1DEDF8'

red 29 ◦ green 237 ◦ blue 248

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

Shades of Bright Turquoise #1DEDF8

Tints of Bright Turquoise #1DEDF8

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

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

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

Color convert

RGB 29 237 248 -
CMYK 0.88 0.04 0 0.03
HSL 183.01º 0.94% 0.54% -
HSV(B) 183.01º 0.88% 0.97% -
XYZ 47.73 67.61 99.34 -
YUV 176.06 168.59 23.11 -
System Red Green Blue C M Y K H S L
Decimal 29 237 248 0.88 0.04 0 0.03 183.01 0.94 0.54
Hex 1D ED F8 58 4 0 3 B7 5E 36
Octal 35 355 370 130 4 0 3 267 136 66
Binary 11101 11101101 11111000 1011000 100 0 11 10110111 1011110 110110

Color Harmonies of #1DEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEDF8

Black with #1DEDF8

Text Example


Text Example

White with #1DEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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