Html Css Color HEX #1FEDCC Bright Turquoise

📋 copy color: '#1FEDCC'

red 31 ◦ green 237 ◦ blue 204

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

Shades of Bright Turquoise #1FEDCC

Tints of Bright Turquoise #1FEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 6.57%
G = 50.21%
B = 43.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1FEDCC (or 0x1FEDCC) is known color: Bright Turquoise. HEX triplet: 1F, ED and CC. RGB value is (31,237,204). Sum of RGB (Red+Green+Blue) = 31+237+204=472 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.57% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #1FEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEDCC is #E01233. Grayscale: #ABABAB. Windows color (decimal): -14684724 or 13430047. OLE color: 13430047.

HSL color Cylindrical-coordinate representation of color #1FEDCC: hue angle of 170.39º degrees, saturation: 0.85, 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 #1FEDCC is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 237 204 -
CMYK 0.87 0 0.14 0.07
HSL 170.39º 0.85% 0.53% -
HSV(B) 170.39º 0.87% 0.93% -
XYZ 41.75 65.22 67.51 -
YUV 171.64 146.25 27.68 -
System Red Green Blue C M Y K H S L
Decimal 31 237 204 0.87 0 0.14 0.07 170.39 0.85 0.53
Hex 1F ED CC 57 0 E 7 AA 55 35
Octal 37 355 314 127 0 16 7 252 125 65
Binary 11111 11101101 11001100 1010111 0 1110 111 10101010 1010101 110101

Color Harmonies of #1FEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEDCC

Black with #1FEDCC

Text Example


Text Example

White with #1FEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,237,204); }

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

background-color css

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

 a { background-color: rgb(31,237,204); }

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

border-color css

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

 span { border-color: rgb(31,237,204); }

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