Html Css Color HEX #3FF9DF Turquoise

📋 copy color: '#3FF9DF'

red 63 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #3FF9DF

Tints of Turquoise #3FF9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 11.78%
G = 46.54%
B = 41.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#3FF9DF (or 0x3FF9DF) is known color: Turquoise. HEX triplet: 3F, F9 and DF. RGB value is (63,249,223). Sum of RGB (Red+Green+Blue) = 63+249+223=535 (70% of max value = 765). Red value is 63 (25% from 255 or 11.78% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF9DF is #C00620. Grayscale: #BEBEBE. Windows color (decimal): -12584481 or 14678335. OLE color: 14678335.

HSL color Cylindrical-coordinate representation of color #3FF9DF: hue angle of 171.61º 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 #3FF9DF is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 249 223 -
CMYK 0.75 0 0.10 0.02
HSL 171.61º 0.94% 0.61% -
HSV(B) 171.61º 0.75% 0.98% -
XYZ 49.24 74.14 81.53 -
YUV 190.42 146.38 37.11 -
System Red Green Blue C M Y K H S L
Decimal 63 249 223 0.75 0 0.10 0.02 171.61 0.94 0.61
Hex 3F F9 DF 4B 0 A 2 AC 5E 3D
Octal 77 371 337 113 0 12 2 254 136 75
Binary 111111 11111001 11011111 1001011 0 1010 10 10101100 1011110 111101

Color Harmonies of #3FF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF9DF

Black with #3FF9DF

Text Example


Text Example

White with #3FF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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