Html Css Color HEX #1DFBE5 Bright Turquoise

📋 copy color: '#1DFBE5'

red 29 ◦ green 251 ◦ blue 229

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

Shades of Bright Turquoise #1DFBE5

Tints of Bright Turquoise #1DFBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.31%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 5.7%
G = 49.31%
B = 44.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#1DFBE5 (or 0x1DFBE5) is known color: Bright Turquoise. HEX triplet: 1D, FB and E5. RGB value is (29,251,229). Sum of RGB (Red+Green+Blue) = 29+251+229=509 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.70% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFBE5 is #E2041A. Grayscale: #B5B5B5. Windows color (decimal): -14812187 or 15072029. OLE color: 15072029.

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

Color convert

RGB 29 251 229 -
CMYK 0.88 0 0.09 0.02
HSL 174.05º 0.97% 0.55% -
HSV(B) 174.05º 0.88% 0.98% -
XYZ 49.15 74.91 86 -
YUV 182.11 154.45 18.79 -
System Red Green Blue C M Y K H S L
Decimal 29 251 229 0.88 0 0.09 0.02 174.05 0.97 0.55
Hex 1D FB E5 58 0 9 2 AE 61 37
Octal 35 373 345 130 0 11 2 256 141 67
Binary 11101 11111011 11100101 1011000 0 1001 10 10101110 1100001 110111

Color Harmonies of #1DFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFBE5

Black with #1DFBE5

Text Example


Text Example

White with #1DFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,251,229); }

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

background-color css

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

 a { background-color: rgb(29,251,229); }

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

border-color css

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

 span { border-color: rgb(29,251,229); }

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