Html Css Color HEX #3DEEB2 Turquoise

📋 copy color: '#3DEEB2'

red 61 ◦ green 238 ◦ blue 178

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

Shades of Turquoise #3DEEB2

Tints of Turquoise #3DEEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.32%

R = 12.79%
G = 49.9%
B = 37.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#3DEEB2 (or 0x3DEEB2) is known color: Turquoise. HEX triplet: 3D, EE and B2. RGB value is (61,238,178). Sum of RGB (Red+Green+Blue) = 61+238+178=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEEB2 is #C2114D. Grayscale: #B2B2B2. Windows color (decimal): -12718414 or 11726397. OLE color: 11726397.

HSL color Cylindrical-coordinate representation of color #3DEEB2: hue angle of 159.66º 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 #3DEEB2 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 61 238 178 -
CMYK 0.74 0 0.25 0.07
HSL 159.66º 0.84% 0.59% -
HSV(B) 159.66º 0.74% 0.93% -
XYZ 40.53 65.36 52.6 -
YUV 178.24 127.86 44.38 -
System Red Green Blue C M Y K H S L
Decimal 61 238 178 0.74 0 0.25 0.07 159.66 0.84 0.59
Hex 3D EE B2 4A 0 19 7 A0 54 3B
Octal 75 356 262 112 0 31 7 240 124 73
Binary 111101 11101110 10110010 1001010 0 11001 111 10100000 1010100 111011

Color Harmonies of #3DEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEEB2

Black with #3DEEB2

Text Example


Text Example

White with #3DEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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