Html Css Color HEX #1FE7DF Bright Turquoise

📋 copy color: '#1FE7DF'

red 31 ◦ green 231 ◦ blue 223

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

Shades of Bright Turquoise #1FE7DF

Tints of Bright Turquoise #1FE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.63%

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 6.39%
G = 47.63%
B = 45.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#1FE7DF (or 0x1FE7DF) is known color: Bright Turquoise. HEX triplet: 1F, E7 and DF. RGB value is (31,231,223). Sum of RGB (Red+Green+Blue) = 31+231+223=485 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.39% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE7DF is #E01820. Grayscale: #AAAAAA. Windows color (decimal): -14686241 or 14673695. OLE color: 14673695.

HSL color Cylindrical-coordinate representation of color #1FE7DF: hue angle of 177.6º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE7DF is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 31 231 223 -
CMYK 0.87 0 0.03 0.09
HSL 177.6º 0.81% 0.51% -
HSV(B) 177.6º 0.87% 0.91% -
XYZ 42.46 62.77 79.69 -
YUV 170.29 157.74 28.65 -
System Red Green Blue C M Y K H S L
Decimal 31 231 223 0.87 0 0.03 0.09 177.6 0.81 0.51
Hex 1F E7 DF 57 0 3 9 B2 51 33
Octal 37 347 337 127 0 3 11 262 121 63
Binary 11111 11100111 11011111 1010111 0 11 1001 10110010 1010001 110011

Color Harmonies of #1FE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE7DF

Black with #1FE7DF

Text Example


Text Example

White with #1FE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,231,223); }

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

background-color css

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

 a { background-color: rgb(31,231,223); }

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

border-color css

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

 span { border-color: rgb(31,231,223); }

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