Html Css Color HEX #3DF6DD Turquoise

📋 copy color: '#3DF6DD'

red 61 ◦ green 246 ◦ blue 221

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

Shades of Turquoise #3DF6DD

Tints of Turquoise #3DF6DD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 11.55%
G = 46.59%
B = 41.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#3DF6DD (or 0x3DF6DD) is known color: Turquoise. HEX triplet: 3D, F6 and DD. RGB value is (61,246,221). Sum of RGB (Red+Green+Blue) = 61+246+221=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #3DF6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF6DD is #C20922. Grayscale: #BBBBBB. Windows color (decimal): -12716323 or 14546493. OLE color: 14546493.

HSL color Cylindrical-coordinate representation of color #3DF6DD: hue angle of 171.89º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF6DD is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 246 221 -
CMYK 0.75 0 0.10 0.04
HSL 171.89º 0.91% 0.6% -
HSV(B) 171.89º 0.75% 0.96% -
XYZ 47.93 72.12 79.8 -
YUV 187.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 61 246 221 0.75 0 0.10 0.04 171.89 0.91 0.6
Hex 3D F6 DD 4B 0 A 4 AC 5B 3C
Octal 75 366 335 113 0 12 4 254 133 74
Binary 111101 11110110 11011101 1001011 0 1010 100 10101100 1011011 111100

Color Harmonies of #3DF6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF6DD

Black with #3DF6DD

Text Example


Text Example

White with #3DF6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,246,221); }

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

background-color css

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

 a { background-color: rgb(61,246,221); }

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

border-color css

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

 span { border-color: rgb(61,246,221); }

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