Html Css Color HEX #1FEECF Bright Turquoise

📋 copy color: '#1FEECF'

red 31 ◦ green 238 ◦ blue 207

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

Shades of Bright Turquoise #1FEECF

Tints of Bright Turquoise #1FEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 6.51%
G = 50%
B = 43.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#1FEECF (or 0x1FEECF) is known color: Bright Turquoise. HEX triplet: 1F, EE and CF. RGB value is (31,238,207). Sum of RGB (Red+Green+Blue) = 31+238+207=476 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.51% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEECF is #E01130. Grayscale: #ACACAC. Windows color (decimal): -14684465 or 13626911. OLE color: 13626911.

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

Color convert

RGB 31 238 207 -
CMYK 0.87 0 0.13 0.07
HSL 171.01º 0.86% 0.53% -
HSV(B) 171.01º 0.87% 0.93% -
XYZ 42.4 65.95 69.53 -
YUV 172.57 147.42 27.02 -
System Red Green Blue C M Y K H S L
Decimal 31 238 207 0.87 0 0.13 0.07 171.01 0.86 0.53
Hex 1F EE CF 57 0 D 7 AB 56 35
Octal 37 356 317 127 0 15 7 253 126 65
Binary 11111 11101110 11001111 1010111 0 1101 111 10101011 1010110 110101

Color Harmonies of #1FEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEECF

Black with #1FEECF

Text Example


Text Example

White with #1FEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,238,207); }

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

background-color css

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

 a { background-color: rgb(31,238,207); }

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

border-color css

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

 span { border-color: rgb(31,238,207); }

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