Html Css Color HEX #1DF9CA Bright Turquoise

📋 copy color: '#1DF9CA'

red 29 ◦ green 249 ◦ blue 202

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

Shades of Bright Turquoise #1DF9CA

Tints of Bright Turquoise #1DF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.88%

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

R = 6.04%
G = 51.88%
B = 42.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#1DF9CA (or 0x1DF9CA) is known color: Bright Turquoise. HEX triplet: 1D, F9 and CA. RGB value is (29,249,202). Sum of RGB (Red+Green+Blue) = 29+249+202=480 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.04% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF9CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF9CA is #E20635. Grayscale: #B1B1B1. Windows color (decimal): -14812726 or 13302045. OLE color: 13302045.

HSL color Cylindrical-coordinate representation of color #1DF9CA: hue angle of 167.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF9CA is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 202 -
CMYK 0.88 0 0.19 0.02
HSL 167.18º 0.95% 0.55% -
HSV(B) 167.18º 0.88% 0.98% -
XYZ 45.04 72.28 67.45 -
YUV 177.86 141.61 21.82 -
System Red Green Blue C M Y K H S L
Decimal 29 249 202 0.88 0 0.19 0.02 167.18 0.95 0.55
Hex 1D F9 CA 58 0 13 2 A7 5F 37
Octal 35 371 312 130 0 23 2 247 137 67
Binary 11101 11111001 11001010 1011000 0 10011 10 10100111 1011111 110111

Color Harmonies of #1DF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF9CA

Black with #1DF9CA

Text Example


Text Example

White with #1DF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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