Html Css Color HEX #3DEFD4 Turquoise

📋 copy color: '#3DEFD4'

red 61 ◦ green 239 ◦ blue 212

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

Shades of Turquoise #3DEFD4

Tints of Turquoise #3DEFD4

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.68%

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 11.91%
G = 46.68%
B = 41.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#3DEFD4 (or 0x3DEFD4) is known color: Turquoise. HEX triplet: 3D, EF and D4. RGB value is (61,239,212). Sum of RGB (Red+Green+Blue) = 61+239+212=512 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.91% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFD4 is #C2102B. Grayscale: #B6B6B6. Windows color (decimal): -12718124 or 13954877. OLE color: 13954877.

HSL color Cylindrical-coordinate representation of color #3DEFD4: hue angle of 170.9º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFD4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 239 212 -
CMYK 0.74 0 0.11 0.06
HSL 170.9º 0.85% 0.59% -
HSV(B) 170.9º 0.74% 0.94% -
XYZ 44.67 67.48 72.96 -
YUV 182.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 61 239 212 0.74 0 0.11 0.06 170.9 0.85 0.59
Hex 3D EF D4 4A 0 B 6 AB 55 3B
Octal 75 357 324 112 0 13 6 253 125 73
Binary 111101 11101111 11010100 1001010 0 1011 110 10101011 1010101 111011

Color Harmonies of #3DEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEFD4

Black with #3DEFD4

Text Example


Text Example

White with #3DEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,212); }

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

background-color css

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

 a { background-color: rgb(61,239,212); }

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

border-color css

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

 span { border-color: rgb(61,239,212); }

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