Html Css Color HEX #1DE3F9 Bright Turquoise

📋 copy color: '#1DE3F9'

red 29 ◦ green 227 ◦ blue 249

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

Shades of Bright Turquoise #1DE3F9

Tints of Bright Turquoise #1DE3F9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.95%

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 5.74%
G = 44.95%
B = 49.31%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1DE3F9 (or 0x1DE3F9) is known color: Bright Turquoise. HEX triplet: 1D, E3 and F9. RGB value is (29,227,249). Sum of RGB (Red+Green+Blue) = 29+227+249=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #1DE3F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DE3F9 is #E21C06. Grayscale: #AAAAAA. Windows color (decimal): -14818311 or 16376605. OLE color: 16376605.

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

Color convert

RGB 29 227 249 -
CMYK 0.88 0.09 0 0.02
HSL 186º 0.95% 0.55% -
HSV(B) 186º 0.88% 0.98% -
XYZ 45.07 62.04 99.22 -
YUV 170.31 172.4 27.21 -
System Red Green Blue C M Y K H S L
Decimal 29 227 249 0.88 0.09 0 0.02 186 0.95 0.55
Hex 1D E3 F9 58 9 0 2 BA 5F 37
Octal 35 343 371 130 11 0 2 272 137 67
Binary 11101 11100011 11111001 1011000 1001 0 10 10111010 1011111 110111

Color Harmonies of #1DE3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE3F9

Black with #1DE3F9

Text Example


Text Example

White with #1DE3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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