Html Css Color HEX #3AEDF8 Turquoise

📋 copy color: '#3AEDF8'

red 58 ◦ green 237 ◦ blue 248

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

Shades of Turquoise #3AEDF8

Tints of Turquoise #3AEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.67%

R = 10.68%
G = 43.65%
B = 45.67%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3AEDF8 (or 0x3AEDF8) is known color: Turquoise. HEX triplet: 3A, ED and F8. RGB value is (58,237,248). Sum of RGB (Red+Green+Blue) = 58+237+248=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AEDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDF8 is #C51207. Grayscale: #B8B8B8. Windows color (decimal): -12915208 or 16313658. OLE color: 16313658.

HSL color Cylindrical-coordinate representation of color #3AEDF8: hue angle of 183.47º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AEDF8 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 237 248 -
CMYK 0.77 0.04 0 0.03
HSL 183.47º 0.93% 0.6% -
HSV(B) 183.47º 0.77% 0.97% -
XYZ 48.97 68.25 99.4 -
YUV 184.73 163.7 37.61 -
System Red Green Blue C M Y K H S L
Decimal 58 237 248 0.77 0.04 0 0.03 183.47 0.93 0.6
Hex 3A ED F8 4D 4 0 3 B7 5D 3C
Octal 72 355 370 115 4 0 3 267 135 74
Binary 111010 11101101 11111000 1001101 100 0 11 10110111 1011101 111100

Color Harmonies of #3AEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDF8

Black with #3AEDF8

Text Example


Text Example

White with #3AEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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