Html Css Color HEX #1FEFDD Bright Turquoise

📋 copy color: '#1FEFDD'

red 31 ◦ green 239 ◦ blue 221

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

Shades of Bright Turquoise #1FEFDD

Tints of Bright Turquoise #1FEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 6.31%
G = 48.68%
B = 45.01%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#1FEFDD (or 0x1FEFDD) is known color: Bright Turquoise. HEX triplet: 1F, EF and DD. RGB value is (31,239,221). Sum of RGB (Red+Green+Blue) = 31+239+221=491 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.31% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFDD is #E01022. Grayscale: #AEAEAE. Windows color (decimal): -14684195 or 14544671. OLE color: 14544671.

HSL color Cylindrical-coordinate representation of color #1FEFDD: hue angle of 174.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFDD is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 239 221 -
CMYK 0.87 0 0.08 0.06
HSL 174.81º 0.87% 0.53% -
HSV(B) 174.81º 0.87% 0.94% -
XYZ 44.48 67.24 79.04 -
YUV 174.76 154.09 25.46 -
System Red Green Blue C M Y K H S L
Decimal 31 239 221 0.87 0 0.08 0.06 174.81 0.87 0.53
Hex 1F EF DD 57 0 8 6 AF 57 35
Octal 37 357 335 127 0 10 6 257 127 65
Binary 11111 11101111 11011101 1010111 0 1000 110 10101111 1010111 110101

Color Harmonies of #1FEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEFDD

Black with #1FEFDD

Text Example


Text Example

White with #1FEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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