Html Css Color HEX #3DEEC9 Turquoise

📋 copy color: '#3DEEC9'

red 61 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #3DEEC9

Tints of Turquoise #3DEEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.6%

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 12.2%
G = 47.6%
B = 40.2%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#3DEEC9 (or 0x3DEEC9) is known color: Turquoise. HEX triplet: 3D, EE and C9. RGB value is (61,238,201). Sum of RGB (Red+Green+Blue) = 61+238+201=500 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.2% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEC9 is #C21136. Grayscale: #B4B4B4. Windows color (decimal): -12718391 or 13233725. OLE color: 13233725.

HSL color Cylindrical-coordinate representation of color #3DEEC9: hue angle of 167.46º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEC9 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 238 201 -
CMYK 0.74 0 0.16 0.07
HSL 167.46º 0.84% 0.59% -
HSV(B) 167.46º 0.74% 0.93% -
XYZ 43.04 66.36 65.8 -
YUV 180.86 139.36 42.51 -
System Red Green Blue C M Y K H S L
Decimal 61 238 201 0.74 0 0.16 0.07 167.46 0.84 0.59
Hex 3D EE C9 4A 0 10 7 A7 54 3B
Octal 75 356 311 112 0 20 7 247 124 73
Binary 111101 11101110 11001001 1001010 0 10000 111 10100111 1010100 111011

Color Harmonies of #3DEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEEC9

Black with #3DEEC9

Text Example


Text Example

White with #3DEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,238,201); }

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

background-color css

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

 a { background-color: rgb(61,238,201); }

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

border-color css

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

 span { border-color: rgb(61,238,201); }

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