Html Css Color HEX #1FECF9 Bright Turquoise

📋 copy color: '#1FECF9'

red 31 ◦ green 236 ◦ blue 249

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

Shades of Bright Turquoise #1FECF9

Tints of Bright Turquoise #1FECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.74%

 BLUE value IS 249 (97.66% from 255) = 48.26%

R = 6.01%
G = 45.74%
B = 48.26%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1FECF9 (or 0x1FECF9) is known color: Bright Turquoise. HEX triplet: 1F, EC and F9. RGB value is (31,236,249). Sum of RGB (Red+Green+Blue) = 31+236+249=516 (68% of max value = 765). Red value is 31 (12.5% from 255 or 6.01% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECF9 is #E01306. Grayscale: #AFAFAF. Windows color (decimal): -14684935 or 16378911. OLE color: 16378911.

HSL color Cylindrical-coordinate representation of color #1FECF9: hue angle of 183.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FECF9 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 236 249 -
CMYK 0.88 0.05 0 0.02
HSL 183.58º 0.95% 0.55% -
HSV(B) 183.58º 0.88% 0.98% -
XYZ 47.66 67.12 100.07 -
YUV 176.19 169.08 24.44 -
System Red Green Blue C M Y K H S L
Decimal 31 236 249 0.88 0.05 0 0.02 183.58 0.95 0.55
Hex 1F EC F9 58 5 0 2 B8 5F 37
Octal 37 354 371 130 5 0 2 270 137 67
Binary 11111 11101100 11111001 1011000 101 0 10 10111000 1011111 110111

Color Harmonies of #1FECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECF9

Black with #1FECF9

Text Example


Text Example

White with #1FECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,249); }

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

background-color css

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

 a { background-color: rgb(31,236,249); }

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

border-color css

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

 span { border-color: rgb(31,236,249); }

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