Html Css Color HEX #1DFAF0 Bright Turquoise

📋 copy color: '#1DFAF0'

red 29 ◦ green 250 ◦ blue 240

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

Shades of Bright Turquoise #1DFAF0

Tints of Bright Turquoise #1DFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.17%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 5.59%
G = 48.17%
B = 46.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#1DFAF0 (or 0x1DFAF0) is known color: Bright Turquoise. HEX triplet: 1D, FA and F0. RGB value is (29,250,240). Sum of RGB (Red+Green+Blue) = 29+250+240=519 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.59% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFAF0 is #E2050F. Grayscale: #B6B6B6. Windows color (decimal): -14812432 or 15792669. OLE color: 15792669.

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

Color convert

RGB 29 250 240 -
CMYK 0.88 0 0.04 0.02
HSL 177.29º 0.96% 0.55% -
HSV(B) 177.29º 0.88% 0.98% -
XYZ 50.42 74.92 94.24 -
YUV 182.78 160.28 18.31 -
System Red Green Blue C M Y K H S L
Decimal 29 250 240 0.88 0 0.04 0.02 177.29 0.96 0.55
Hex 1D FA F0 58 0 4 2 B1 60 37
Octal 35 372 360 130 0 4 2 261 140 67
Binary 11101 11111010 11110000 1011000 0 100 10 10110001 1100000 110111

Color Harmonies of #1DFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFAF0

Black with #1DFAF0

Text Example


Text Example

White with #1DFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,250,240); }

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

background-color css

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

 a { background-color: rgb(29,250,240); }

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

border-color css

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

 span { border-color: rgb(29,250,240); }

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