Html Css Color HEX #3DE5CF Turquoise

📋 copy color: '#3DE5CF'

red 61 ◦ green 229 ◦ blue 207

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

Shades of Turquoise #3DE5CF

Tints of Turquoise #3DE5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 12.27%
G = 46.08%
B = 41.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#3DE5CF (or 0x3DE5CF) is known color: Turquoise. HEX triplet: 3D, E5 and CF. RGB value is (61,229,207). Sum of RGB (Red+Green+Blue) = 61+229+207=497 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.27% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DE5CF is #C21A30. Grayscale: #B0B0B0. Windows color (decimal): -12720689 or 13624637. OLE color: 13624637.

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

Color convert

RGB 61 229 207 -
CMYK 0.73 0 0.10 0.10
HSL 172.14º 0.76% 0.57% -
HSV(B) 172.14º 0.73% 0.9% -
XYZ 41.21 61.54 68.74 -
YUV 176.26 145.34 45.79 -
System Red Green Blue C M Y K H S L
Decimal 61 229 207 0.73 0 0.10 0.10 172.14 0.76 0.57
Hex 3D E5 CF 49 0 A A AC 4C 39
Octal 75 345 317 111 0 12 12 254 114 71
Binary 111101 11100101 11001111 1001001 0 1010 1010 10101100 1001100 111001

Color Harmonies of #3DE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE5CF

Black with #3DE5CF

Text Example


Text Example

White with #3DE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,229,207); }

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

background-color css

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

 a { background-color: rgb(61,229,207); }

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

border-color css

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

 span { border-color: rgb(61,229,207); }

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