Html Css Color HEX #3DE4DF Turquoise

📋 copy color: '#3DE4DF'

red 61 ◦ green 228 ◦ blue 223

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

Shades of Turquoise #3DE4DF

Tints of Turquoise #3DE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.53%

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

R = 11.91%
G = 44.53%
B = 43.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#3DE4DF (or 0x3DE4DF) is known color: Turquoise. HEX triplet: 3D, E4 and DF. RGB value is (61,228,223). Sum of RGB (Red+Green+Blue) = 61+228+223=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE4DF is #C21B20. Grayscale: #B1B1B1. Windows color (decimal): -12720929 or 14672957. OLE color: 14672957.

HSL color Cylindrical-coordinate representation of color #3DE4DF: hue angle of 178.2º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE4DF is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 228 223 -
CMYK 0.73 0 0.02 0.11
HSL 178.2º 0.76% 0.57% -
HSV(B) 178.2º 0.73% 0.89% -
XYZ 42.99 61.81 79.48 -
YUV 177.5 153.67 44.91 -
System Red Green Blue C M Y K H S L
Decimal 61 228 223 0.73 0 0.02 0.11 178.2 0.76 0.57
Hex 3D E4 DF 49 0 2 B B2 4C 39
Octal 75 344 337 111 0 2 13 262 114 71
Binary 111101 11100100 11011111 1001001 0 10 1011 10110010 1001100 111001

Color Harmonies of #3DE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE4DF

Black with #3DE4DF

Text Example


Text Example

White with #3DE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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