Html Css Color HEX #1DF5CC Bright Turquoise

📋 copy color: '#1DF5CC'

red 29 ◦ green 245 ◦ blue 204

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

Shades of Bright Turquoise #1DF5CC

Tints of Bright Turquoise #1DF5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 6.07%
G = 51.26%
B = 42.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#1DF5CC (or 0x1DF5CC) is known color: Bright Turquoise. HEX triplet: 1D, F5 and CC. RGB value is (29,245,204). Sum of RGB (Red+Green+Blue) = 29+245+204=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #1DF5CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF5CC is #E20A33. Grayscale: #AFAFAF. Windows color (decimal): -14813748 or 13432093. OLE color: 13432093.

HSL color Cylindrical-coordinate representation of color #1DF5CC: hue angle of 168.61º 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 #1DF5CC is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 245 204 -
CMYK 0.88 0 0.17 0.04
HSL 168.61º 0.92% 0.54% -
HSV(B) 168.61º 0.88% 0.96% -
XYZ 44.06 69.93 68.3 -
YUV 175.74 143.94 23.33 -
System Red Green Blue C M Y K H S L
Decimal 29 245 204 0.88 0 0.17 0.04 168.61 0.92 0.54
Hex 1D F5 CC 58 0 11 4 A9 5C 36
Octal 35 365 314 130 0 21 4 251 134 66
Binary 11101 11110101 11001100 1011000 0 10001 100 10101001 1011100 110110

Color Harmonies of #1DF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF5CC

Black with #1DF5CC

Text Example


Text Example

White with #1DF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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