Html Css Color HEX #1DF5CA Bright Turquoise

📋 copy color: '#1DF5CA'

red 29 ◦ green 245 ◦ blue 202

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

Shades of Bright Turquoise #1DF5CA

Tints of Bright Turquoise #1DF5CA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.47%

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

R = 6.09%
G = 51.47%
B = 42.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#1DF5CA (or 0x1DF5CA) is known color: Bright Turquoise. HEX triplet: 1D, F5 and CA. RGB value is (29,245,202). Sum of RGB (Red+Green+Blue) = 29+245+202=476 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.09% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF5CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF5CA is #E20A35. Grayscale: #AFAFAF. Windows color (decimal): -14813750 or 13301021. OLE color: 13301021.

HSL color Cylindrical-coordinate representation of color #1DF5CA: hue angle of 168.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF5CA is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 245 202 -
CMYK 0.88 0 0.18 0.04
HSL 168.06º 0.92% 0.54% -
HSV(B) 168.06º 0.88% 0.96% -
XYZ 43.82 69.83 67.05 -
YUV 175.51 142.94 23.5 -
System Red Green Blue C M Y K H S L
Decimal 29 245 202 0.88 0 0.18 0.04 168.06 0.92 0.54
Hex 1D F5 CA 58 0 12 4 A8 5C 36
Octal 35 365 312 130 0 22 4 250 134 66
Binary 11101 11110101 11001010 1011000 0 10010 100 10101000 1011100 110110

Color Harmonies of #1DF5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF5CA

Black with #1DF5CA

Text Example


Text Example

White with #1DF5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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