Html Css Color HEX #1DFEDF Bright Turquoise

📋 copy color: '#1DFEDF'

red 29 ◦ green 254 ◦ blue 223

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

Shades of Bright Turquoise #1DFEDF

Tints of Bright Turquoise #1DFEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.2%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 5.73%
G = 50.2%
B = 44.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#1DFEDF (or 0x1DFEDF) is known color: Bright Turquoise. HEX triplet: 1D, FE and DF. RGB value is (29,254,223). Sum of RGB (Red+Green+Blue) = 29+254+223=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEDF is #E20120. Grayscale: #B7B7B7. Windows color (decimal): -14811425 or 14679581. OLE color: 14679581.

HSL color Cylindrical-coordinate representation of color #1DFEDF: hue angle of 171.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEDF is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 254 223 -
CMYK 0.89 0 0.12 0.00
HSL 171.73º 0.99% 0.55% -
HSV(B) 171.73º 0.89% 1% -
XYZ 49.27 76.47 81.98 -
YUV 183.19 150.46 18.02 -
System Red Green Blue C M Y K H S L
Decimal 29 254 223 0.89 0 0.12 0.00 171.73 0.99 0.55
Hex 1D FE DF 59 0 C 0 AC 63 37
Octal 35 376 337 131 0 14 0 254 143 67
Binary 11101 11111110 11011111 1011001 0 1100 0 10101100 1100011 110111

Color Harmonies of #1DFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFEDF

Black with #1DFEDF

Text Example


Text Example

White with #1DFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,254,223); }

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

background-color css

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

 a { background-color: rgb(29,254,223); }

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

border-color css

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

 span { border-color: rgb(29,254,223); }

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