Html Css Color HEX #3AEDF5 Turquoise

📋 copy color: '#3AEDF5'

red 58 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #3AEDF5

Tints of Turquoise #3AEDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.37%

R = 10.74%
G = 43.89%
B = 45.37%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3AEDF5 (or 0x3AEDF5) is known color: Turquoise. HEX triplet: 3A, ED and F5. RGB value is (58,237,245). Sum of RGB (Red+Green+Blue) = 58+237+245=540 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.74% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #3AEDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDF5 is #C5120A. Grayscale: #B8B8B8. Windows color (decimal): -12915211 or 16117050. OLE color: 16117050.

HSL color Cylindrical-coordinate representation of color #3AEDF5: hue angle of 182.57º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEDF5 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 237 245 -
CMYK 0.76 0.03 0 0.04
HSL 182.57º 0.9% 0.59% -
HSV(B) 182.57º 0.76% 0.96% -
XYZ 48.51 68.06 96.97 -
YUV 184.39 162.2 37.85 -
System Red Green Blue C M Y K H S L
Decimal 58 237 245 0.76 0.03 0 0.04 182.57 0.9 0.59
Hex 3A ED F5 4C 3 0 4 B7 5A 3B
Octal 72 355 365 114 3 0 4 267 132 73
Binary 111010 11101101 11110101 1001100 11 0 100 10110111 1011010 111011

Color Harmonies of #3AEDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDF5

Black with #3AEDF5

Text Example


Text Example

White with #3AEDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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