Html Css Color HEX #3FF7B4 Turquoise

📋 copy color: '#3FF7B4'

red 63 ◦ green 247 ◦ blue 180

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

Shades of Turquoise #3FF7B4

Tints of Turquoise #3FF7B4

RGB

 RED value IS 63 (25% from 255) = 12.86%

 GREEN value IS 247 (96.88% from 255) = 50.41%

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 12.86%
G = 50.41%
B = 36.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#3FF7B4 (or 0x3FF7B4) is known color: Turquoise. HEX triplet: 3F, F7 and B4. RGB value is (63,247,180). Sum of RGB (Red+Green+Blue) = 63+247+180=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF7B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF7B4 is #C0084B. Grayscale: #B8B8B8. Windows color (decimal): -12585036 or 11859775. OLE color: 11859775.

HSL color Cylindrical-coordinate representation of color #3FF7B4: hue angle of 158.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF7B4 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 63 247 180 -
CMYK 0.74 0 0.27 0.03
HSL 158.15º 0.92% 0.61% -
HSV(B) 158.15º 0.74% 0.97% -
XYZ 43.55 70.87 54.56 -
YUV 184.35 125.54 41.45 -
System Red Green Blue C M Y K H S L
Decimal 63 247 180 0.74 0 0.27 0.03 158.15 0.92 0.61
Hex 3F F7 B4 4A 0 1B 3 9E 5C 3D
Octal 77 367 264 112 0 33 3 236 134 75
Binary 111111 11110111 10110100 1001010 0 11011 11 10011110 1011100 111101

Color Harmonies of #3FF7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF7B4

Black with #3FF7B4

Text Example


Text Example

White with #3FF7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FF7B4; }

 p { color: rgb(63,247,180); }

 H1.HeaderClassName
 {
   color: #3FF7B4;
 }
 .AnyTagClassName
 {
   color: #3FF7B4;
 }
</style>

background-color css

<style>
 a { background-color: #3FF7B4; }

 a { background-color: rgb(63,247,180); }

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

border-color css

<style>
 span { border-color: #3FF7B4; }

 span { border-color: rgb(63,247,180); }

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