Html Css Color HEX #3AEDD0 Turquoise

📋 copy color: '#3AEDD0'

red 58 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #3AEDD0

Tints of Turquoise #3AEDD0

RGB

 RED value IS 58 (23.05% from 255) = 11.53%

 GREEN value IS 237 (92.97% from 255) = 47.12%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 11.53%
G = 47.12%
B = 41.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#3AEDD0 (or 0x3AEDD0) is known color: Turquoise. HEX triplet: 3A, ED and D0. RGB value is (58,237,208). Sum of RGB (Red+Green+Blue) = 58+237+208=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDD0 is #C5122F. Grayscale: #B4B4B4. Windows color (decimal): -12915248 or 13692218. OLE color: 13692218.

HSL color Cylindrical-coordinate representation of color #3AEDD0: hue angle of 170.28º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDD0 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 237 208 -
CMYK 0.76 0 0.12 0.07
HSL 170.28º 0.83% 0.58% -
HSV(B) 170.28º 0.76% 0.93% -
XYZ 43.41 66.02 70.13 -
YUV 180.17 143.7 40.86 -
System Red Green Blue C M Y K H S L
Decimal 58 237 208 0.76 0 0.12 0.07 170.28 0.83 0.58
Hex 3A ED D0 4C 0 C 7 AA 53 3A
Octal 72 355 320 114 0 14 7 252 123 72
Binary 111010 11101101 11010000 1001100 0 1100 111 10101010 1010011 111010

Color Harmonies of #3AEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDD0

Black with #3AEDD0

Text Example


Text Example

White with #3AEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,237,208); }

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

background-color css

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

 a { background-color: rgb(58,237,208); }

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

border-color css

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

 span { border-color: rgb(58,237,208); }

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