Html Css Color HEX #3DFACE Turquoise

📋 copy color: '#3DFACE'

red 61 ◦ green 250 ◦ blue 206

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

Shades of Turquoise #3DFACE

Tints of Turquoise #3DFACE

RGB

 RED value IS 61 (24.22% from 255) = 11.8%

 GREEN value IS 250 (98.05% from 255) = 48.36%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 11.8%
G = 48.36%
B = 39.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3DFACE (or 0x3DFACE) is known color: Turquoise. HEX triplet: 3D, FA and CE. RGB value is (61,250,206). Sum of RGB (Red+Green+Blue) = 61+250+206=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFACE is #C20531. Grayscale: #BCBCBC. Windows color (decimal): -12715314 or 13564477. OLE color: 13564477.

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

Color convert

RGB 61 250 206 -
CMYK 0.76 0 0.18 0.02
HSL 166.03º 0.95% 0.61% -
HSV(B) 166.03º 0.76% 0.98% -
XYZ 47.25 73.82 70.15 -
YUV 188.47 137.88 37.08 -
System Red Green Blue C M Y K H S L
Decimal 61 250 206 0.76 0 0.18 0.02 166.03 0.95 0.61
Hex 3D FA CE 4C 0 12 2 A6 5F 3D
Octal 75 372 316 114 0 22 2 246 137 75
Binary 111101 11111010 11001110 1001100 0 10010 10 10100110 1011111 111101

Color Harmonies of #3DFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFACE

Black with #3DFACE

Text Example


Text Example

White with #3DFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,250,206); }

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

background-color css

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

 a { background-color: rgb(61,250,206); }

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

border-color css

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

 span { border-color: rgb(61,250,206); }

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