Html Css Color HEX #1DE5CB Bright Turquoise

📋 copy color: '#1DE5CB'

red 29 ◦ green 229 ◦ blue 203

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

Shades of Bright Turquoise #1DE5CB

Tints of Bright Turquoise #1DE5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 6.29%
G = 49.67%
B = 44.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#1DE5CB (or 0x1DE5CB) is known color: Bright Turquoise. HEX triplet: 1D, E5 and CB. RGB value is (29,229,203). Sum of RGB (Red+Green+Blue) = 29+229+203=461 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.29% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #1DE5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DE5CB is #E21A34. Grayscale: #A6A6A6. Windows color (decimal): -14817845 or 13362461. OLE color: 13362461.

HSL color Cylindrical-coordinate representation of color #1DE5CB: hue angle of 172.2º 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 #1DE5CB is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 29 229 203 -
CMYK 0.87 0 0.11 0.10
HSL 172.2º 0.79% 0.51% -
HSV(B) 172.2º 0.87% 0.9% -
XYZ 39.31 60.61 66.13 -
YUV 166.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 29 229 203 0.87 0 0.11 0.10 172.2 0.79 0.51
Hex 1D E5 CB 57 0 B A AC 4F 33
Octal 35 345 313 127 0 13 12 254 117 63
Binary 11101 11100101 11001011 1010111 0 1011 1010 10101100 1001111 110011

Color Harmonies of #1DE5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE5CB

Black with #1DE5CB

Text Example


Text Example

White with #1DE5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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