Html Css Color HEX #1FECE6 Bright Turquoise

📋 copy color: '#1FECE6'

red 31 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #1FECE6

Tints of Bright Turquoise #1FECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 6.24%
G = 47.48%
B = 46.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#1FECE6 (or 0x1FECE6) is known color: Bright Turquoise. HEX triplet: 1F, EC and E6. RGB value is (31,236,230). Sum of RGB (Red+Green+Blue) = 31+236+230=497 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.24% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1FECE6 is #E01319. Grayscale: #ADADAD. Windows color (decimal): -14684954 or 15133727. OLE color: 15133727.

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

Color convert

RGB 31 236 230 -
CMYK 0.87 0 0.03 0.07
HSL 178.24º 0.84% 0.52% -
HSV(B) 178.24º 0.87% 0.93% -
XYZ 44.84 66 85.24 -
YUV 174.02 159.58 25.99 -
System Red Green Blue C M Y K H S L
Decimal 31 236 230 0.87 0 0.03 0.07 178.24 0.84 0.52
Hex 1F EC E6 57 0 3 7 B2 54 34
Octal 37 354 346 127 0 3 7 262 124 64
Binary 11111 11101100 11100110 1010111 0 11 111 10110010 1010100 110100

Color Harmonies of #1FECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FECE6

Black with #1FECE6

Text Example


Text Example

White with #1FECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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