Html Css Color HEX #1FE6F7 Bright Turquoise

📋 copy color: '#1FE6F7'

red 31 ◦ green 230 ◦ blue 247

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

Shades of Bright Turquoise #1FE6F7

Tints of Bright Turquoise #1FE6F7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.28%

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 6.1%
G = 45.28%
B = 48.62%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1FE6F7 (or 0x1FE6F7) is known color: Bright Turquoise. HEX triplet: 1F, E6 and F7. RGB value is (31,230,247). Sum of RGB (Red+Green+Blue) = 31+230+247=508 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.10% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #1FE6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FE6F7 is #E01908. Grayscale: #ACACAC. Windows color (decimal): -14686473 or 16246303. OLE color: 16246303.

HSL color Cylindrical-coordinate representation of color #1FE6F7: hue angle of 184.72º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE6F7 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 31 230 247 -
CMYK 0.87 0.07 0 0.03
HSL 184.72º 0.93% 0.55% -
HSV(B) 184.72º 0.87% 0.97% -
XYZ 45.65 63.6 97.87 -
YUV 172.44 170.07 27.12 -
System Red Green Blue C M Y K H S L
Decimal 31 230 247 0.87 0.07 0 0.03 184.72 0.93 0.55
Hex 1F E6 F7 57 7 0 3 B9 5D 37
Octal 37 346 367 127 7 0 3 271 135 67
Binary 11111 11100110 11110111 1010111 111 0 11 10111001 1011101 110111

Color Harmonies of #1FE6F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE6F7

Black with #1FE6F7

Text Example


Text Example

White with #1FE6F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,230,247); }

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

background-color css

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

 a { background-color: rgb(31,230,247); }

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

border-color css

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

 span { border-color: rgb(31,230,247); }

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