Html Css Color HEX #1DE5CA Bright Turquoise

📋 copy color: '#1DE5CA'

red 29 ◦ green 229 ◦ blue 202

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

Shades of Bright Turquoise #1DE5CA

Tints of Bright Turquoise #1DE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.78%

 BLUE value IS 202 (79.3% from 255) = 43.91%

R = 6.3%
G = 49.78%
B = 43.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#1DE5CA (or 0x1DE5CA) is known color: Bright Turquoise. HEX triplet: 1D, E5 and CA. RGB value is (29,229,202). Sum of RGB (Red+Green+Blue) = 29+229+202=460 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.30% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE5CA is #E21A35. Grayscale: #A6A6A6. Windows color (decimal): -14817846 or 13296925. OLE color: 13296925.

HSL color Cylindrical-coordinate representation of color #1DE5CA: hue angle of 171.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE5CA is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 229 202 -
CMYK 0.87 0 0.12 0.10
HSL 171.9º 0.79% 0.51% -
HSV(B) 171.9º 0.87% 0.9% -
XYZ 39.19 60.56 65.5 -
YUV 166.12 148.24 30.2 -
System Red Green Blue C M Y K H S L
Decimal 29 229 202 0.87 0 0.12 0.10 171.9 0.79 0.51
Hex 1D E5 CA 57 0 C A AC 4F 33
Octal 35 345 312 127 0 14 12 254 117 63
Binary 11101 11100101 11001010 1010111 0 1100 1010 10101100 1001111 110011

Color Harmonies of #1DE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE5CA

Black with #1DE5CA

Text Example


Text Example

White with #1DE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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