Html Css Color HEX #1DEDEF Bright Turquoise

📋 copy color: '#1DEDEF'

red 29 ◦ green 237 ◦ blue 239

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

Shades of Bright Turquoise #1DEDEF

Tints of Bright Turquoise #1DEDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 5.74%
G = 46.93%
B = 47.33%

CMYK

 C value IS 0.88

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1DEDEF (or 0x1DEDEF) is known color: Bright Turquoise. HEX triplet: 1D, ED and EF. RGB value is (29,237,239). Sum of RGB (Red+Green+Blue) = 29+237+239=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #1DEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DEDEF is #E21210. Grayscale: #AEAEAE. Windows color (decimal): -14815761 or 15723805. OLE color: 15723805.

HSL color Cylindrical-coordinate representation of color #1DEDEF: hue angle of 180.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEDEF is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 237 239 -
CMYK 0.88 0.01 0 0.06
HSL 180.57º 0.87% 0.53% -
HSV(B) 180.57º 0.88% 0.94% -
XYZ 46.37 67.06 92.16 -
YUV 175.04 164.09 23.84 -
System Red Green Blue C M Y K H S L
Decimal 29 237 239 0.88 0.01 0 0.06 180.57 0.87 0.53
Hex 1D ED EF 58 1 0 6 B5 57 35
Octal 35 355 357 130 1 0 6 265 127 65
Binary 11101 11101101 11101111 1011000 1 0 110 10110101 1010111 110101

Color Harmonies of #1DEDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEDEF

Black with #1DEDEF

Text Example


Text Example

White with #1DEDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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