Html Css Color HEX #1DEAE5 Bright Turquoise

📋 copy color: '#1DEAE5'

red 29 ◦ green 234 ◦ blue 229

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

Shades of Bright Turquoise #1DEAE5

Tints of Bright Turquoise #1DEAE5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 5.89%
G = 47.56%
B = 46.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#1DEAE5 (or 0x1DEAE5) is known color: Bright Turquoise. HEX triplet: 1D, EA and E5. RGB value is (29,234,229). Sum of RGB (Red+Green+Blue) = 29+234+229=492 (65% of max value = 765). Red value is 29 (11.72% from 255 or 5.89% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEAE5 is #E2151A. Grayscale: #ABABAB. Windows color (decimal): -14816539 or 15067677. OLE color: 15067677.

HSL color Cylindrical-coordinate representation of color #1DEAE5: hue angle of 178.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEAE5 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 234 229 -
CMYK 0.88 0 0.02 0.08
HSL 178.54º 0.83% 0.52% -
HSV(B) 178.54º 0.88% 0.92% -
XYZ 44.07 64.76 84.31 -
YUV 172.14 160.08 25.91 -
System Red Green Blue C M Y K H S L
Decimal 29 234 229 0.88 0 0.02 0.08 178.54 0.83 0.52
Hex 1D EA E5 58 0 2 8 B3 53 34
Octal 35 352 345 130 0 2 10 263 123 64
Binary 11101 11101010 11100101 1011000 0 10 1000 10110011 1010011 110100

Color Harmonies of #1DEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEAE5

Black with #1DEAE5

Text Example


Text Example

White with #1DEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,234,229); }

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

background-color css

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

 a { background-color: rgb(29,234,229); }

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

border-color css

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

 span { border-color: rgb(29,234,229); }

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