Html Css Color HEX #1FFDC7 Bright Turquoise

📋 copy color: '#1FFDC7'

red 31 ◦ green 253 ◦ blue 199

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

Shades of Bright Turquoise #1FFDC7

Tints of Bright Turquoise #1FFDC7

RGB

 RED value IS 31 (12.5% from 255) = 6.42%

 GREEN value IS 253 (99.22% from 255) = 52.38%

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 6.42%
G = 52.38%
B = 41.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#1FFDC7 (or 0x1FFDC7) is known color: Bright Turquoise. HEX triplet: 1F, FD and C7. RGB value is (31,253,199). Sum of RGB (Red+Green+Blue) = 31+253+199=483 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.42% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDC7 is #E00238. Grayscale: #B4B4B4. Windows color (decimal): -14680633 or 13106463. OLE color: 13106463.

HSL color Cylindrical-coordinate representation of color #1FFDC7: hue angle of 165.41º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDC7 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 31 253 199 -
CMYK 0.88 0 0.21 0.01
HSL 165.41º 0.98% 0.56% -
HSV(B) 165.41º 0.88% 0.99% -
XYZ 46 74.67 66.02 -
YUV 180.47 138.45 21.39 -
System Red Green Blue C M Y K H S L
Decimal 31 253 199 0.88 0 0.21 0.01 165.41 0.98 0.56
Hex 1F FD C7 58 0 15 1 A5 62 38
Octal 37 375 307 130 0 25 1 245 142 70
Binary 11111 11111101 11000111 1011000 0 10101 1 10100101 1100010 111000

Color Harmonies of #1FFDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFDC7

Black with #1FFDC7

Text Example


Text Example

White with #1FFDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,253,199); }

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

background-color css

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

 a { background-color: rgb(31,253,199); }

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

border-color css

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

 span { border-color: rgb(31,253,199); }

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