Html Css Color HEX #3DDFC1 Turquoise

📋 copy color: '#3DDFC1'

red 61 ◦ green 223 ◦ blue 193

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

Shades of Turquoise #3DDFC1

Tints of Turquoise #3DDFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.46%

R = 12.79%
G = 46.75%
B = 40.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#3DDFC1 (or 0x3DDFC1) is known color: Turquoise. HEX triplet: 3D, DF and C1. RGB value is (61,223,193). Sum of RGB (Red+Green+Blue) = 61+223+193=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDFC1 is #C2203E. Grayscale: #ABABAB. Windows color (decimal): -12722239 or 12705597. OLE color: 12705597.

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

Color convert

RGB 61 223 193 -
CMYK 0.73 0 0.13 0.13
HSL 168.89º 0.72% 0.56% -
HSV(B) 168.89º 0.73% 0.87% -
XYZ 37.94 57.62 59.57 -
YUV 171.14 140.33 49.44 -
System Red Green Blue C M Y K H S L
Decimal 61 223 193 0.73 0 0.13 0.13 168.89 0.72 0.56
Hex 3D DF C1 49 0 D D A9 48 38
Octal 75 337 301 111 0 15 15 251 110 70
Binary 111101 11011111 11000001 1001001 0 1101 1101 10101001 1001000 111000

Color Harmonies of #3DDFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDFC1

Black with #3DDFC1

Text Example


Text Example

White with #3DDFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,223,193); }

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

background-color css

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

 a { background-color: rgb(61,223,193); }

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

border-color css

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

 span { border-color: rgb(61,223,193); }

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