Html Css Color HEX #3FF9D0 Turquoise

📋 copy color: '#3FF9D0'

red 63 ◦ green 249 ◦ blue 208

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

Shades of Turquoise #3FF9D0

Tints of Turquoise #3FF9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.88%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 12.12%
G = 47.88%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#3FF9D0 (or 0x3FF9D0) is known color: Turquoise. HEX triplet: 3F, F9 and D0. RGB value is (63,249,208). Sum of RGB (Red+Green+Blue) = 63+249+208=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9D0 is #C0062F. Grayscale: #BCBCBC. Windows color (decimal): -12584496 or 13695295. OLE color: 13695295.

HSL color Cylindrical-coordinate representation of color #3FF9D0: hue angle of 166.77º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF9D0 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 249 208 -
CMYK 0.75 0 0.16 0.02
HSL 166.77º 0.94% 0.61% -
HSV(B) 166.77º 0.75% 0.98% -
XYZ 47.31 73.36 71.34 -
YUV 188.71 138.88 38.33 -
System Red Green Blue C M Y K H S L
Decimal 63 249 208 0.75 0 0.16 0.02 166.77 0.94 0.61
Hex 3F F9 D0 4B 0 10 2 A7 5E 3D
Octal 77 371 320 113 0 20 2 247 136 75
Binary 111111 11111001 11010000 1001011 0 10000 10 10100111 1011110 111101

Color Harmonies of #3FF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF9D0

Black with #3FF9D0

Text Example


Text Example

White with #3FF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,249,208); }

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

background-color css

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

 a { background-color: rgb(63,249,208); }

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

border-color css

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

 span { border-color: rgb(63,249,208); }

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