Html Css Color HEX #3AEDDF Turquoise

📋 copy color: '#3AEDDF'

red 58 ◦ green 237 ◦ blue 223

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

Shades of Turquoise #3AEDDF

Tints of Turquoise #3AEDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 11.2%
G = 45.75%
B = 43.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#3AEDDF (or 0x3AEDDF) is known color: Turquoise. HEX triplet: 3A, ED and DF. RGB value is (58,237,223). Sum of RGB (Red+Green+Blue) = 58+237+223=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #3AEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEDDF is #C51220. Grayscale: #B5B5B5. Windows color (decimal): -12915233 or 14675258. OLE color: 14675258.

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

Color convert

RGB 58 237 223 -
CMYK 0.76 0 0.06 0.07
HSL 175.31º 0.83% 0.58% -
HSV(B) 175.31º 0.76% 0.93% -
XYZ 45.35 66.8 80.31 -
YUV 181.88 151.2 39.64 -
System Red Green Blue C M Y K H S L
Decimal 58 237 223 0.76 0 0.06 0.07 175.31 0.83 0.58
Hex 3A ED DF 4C 0 6 7 AF 53 3A
Octal 72 355 337 114 0 6 7 257 123 72
Binary 111010 11101101 11011111 1001100 0 110 111 10101111 1010011 111010

Color Harmonies of #3AEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDDF

Black with #3AEDDF

Text Example


Text Example

White with #3AEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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