Html Css Color HEX #3AEDE8 Turquoise

📋 copy color: '#3AEDE8'

red 58 ◦ green 237 ◦ blue 232

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

Shades of Turquoise #3AEDE8

Tints of Turquoise #3AEDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.02%

R = 11.01%
G = 44.97%
B = 44.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#3AEDE8 (or 0x3AEDE8) is known color: Turquoise. HEX triplet: 3A, ED and E8. RGB value is (58,237,232). Sum of RGB (Red+Green+Blue) = 58+237+232=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDE8 is #C51217. Grayscale: #B6B6B6. Windows color (decimal): -12915224 or 15265082. OLE color: 15265082.

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

Color convert

RGB 58 237 232 -
CMYK 0.76 0 0.02 0.07
HSL 178.32º 0.83% 0.58% -
HSV(B) 178.32º 0.76% 0.93% -
XYZ 46.59 67.29 86.88 -
YUV 182.91 155.7 38.91 -
System Red Green Blue C M Y K H S L
Decimal 58 237 232 0.76 0 0.02 0.07 178.32 0.83 0.58
Hex 3A ED E8 4C 0 2 7 B2 53 3A
Octal 72 355 350 114 0 2 7 262 123 72
Binary 111010 11101101 11101000 1001100 0 10 111 10110010 1010011 111010

Color Harmonies of #3AEDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDE8

Black with #3AEDE8

Text Example


Text Example

White with #3AEDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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