Html Css Color HEX #3FDFB5 Turquoise

📋 copy color: '#3FDFB5'

red 63 ◦ green 223 ◦ blue 181

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

Shades of Turquoise #3FDFB5

Tints of Turquoise #3FDFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.75%

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 13.49%
G = 47.75%
B = 38.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#3FDFB5 (or 0x3FDFB5) is known color: Turquoise. HEX triplet: 3F, DF and B5. RGB value is (63,223,181). Sum of RGB (Red+Green+Blue) = 63+223+181=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB5 is #C0204A. Grayscale: #AAAAAA. Windows color (decimal): -12591179 or 11919167. OLE color: 11919167.

HSL color Cylindrical-coordinate representation of color #3FDFB5: hue angle of 164.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 181 -
CMYK 0.72 0 0.19 0.13
HSL 164.25º 0.71% 0.56% -
HSV(B) 164.25º 0.72% 0.87% -
XYZ 36.78 57.17 52.81 -
YUV 170.37 133.99 51.42 -
System Red Green Blue C M Y K H S L
Decimal 63 223 181 0.72 0 0.19 0.13 164.25 0.71 0.56
Hex 3F DF B5 48 0 13 D A4 47 38
Octal 77 337 265 110 0 23 15 244 107 70
Binary 111111 11011111 10110101 1001000 0 10011 1101 10100100 1000111 111000

Color Harmonies of #3FDFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDFB5

Black with #3FDFB5

Text Example


Text Example

White with #3FDFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,223,181); }

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

background-color css

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

 a { background-color: rgb(63,223,181); }

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

border-color css

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

 span { border-color: rgb(63,223,181); }

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