Html Css Color HEX #1FDDC9 Bright Turquoise

📋 copy color: '#1FDDC9'

red 31 ◦ green 221 ◦ blue 201

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

Shades of Bright Turquoise #1FDDC9

Tints of Bright Turquoise #1FDDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.79%

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 6.84%
G = 48.79%
B = 44.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#1FDDC9 (or 0x1FDDC9) is known color: Bright Turquoise. HEX triplet: 1F, DD and C9. RGB value is (31,221,201). Sum of RGB (Red+Green+Blue) = 31+221+201=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FDDC9 is #E02236. Grayscale: #A1A1A1. Windows color (decimal): -14688823 or 13229343. OLE color: 13229343.

HSL color Cylindrical-coordinate representation of color #1FDDC9: hue angle of 173.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDDC9 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 221 201 -
CMYK 0.86 0 0.09 0.13
HSL 173.68º 0.75% 0.49% -
HSV(B) 173.68º 0.86% 0.87% -
XYZ 36.96 56.22 64.16 -
YUV 161.91 150.05 34.63 -
System Red Green Blue C M Y K H S L
Decimal 31 221 201 0.86 0 0.09 0.13 173.68 0.75 0.49
Hex 1F DD C9 56 0 9 D AE 4B 31
Octal 37 335 311 126 0 11 15 256 113 61
Binary 11111 11011101 11001001 1010110 0 1001 1101 10101110 1001011 110001

Color Harmonies of #1FDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDDC9

Black with #1FDDC9

Text Example


Text Example

White with #1FDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,221,201); }

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

background-color css

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

 a { background-color: rgb(31,221,201); }

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

border-color css

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

 span { border-color: rgb(31,221,201); }

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