Html Css Color HEX #3AEDFF Turquoise

📋 copy color: '#3AEDFF'

red 58 ◦ green 237 ◦ blue 255

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

Shades of Turquoise #3AEDFF

Tints of Turquoise #3AEDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 10.55%
G = 43.09%
B = 46.36%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3AEDFF (or 0x3AEDFF) is known color: Turquoise. HEX triplet: 3A, ED and FF. RGB value is (58,237,255). Sum of RGB (Red+Green+Blue) = 58+237+255=550 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.55% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AEDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDFF is #C51200. Grayscale: #B9B9B9. Windows color (decimal): -12915201 or 16772410. OLE color: 16772410.

HSL color Cylindrical-coordinate representation of color #3AEDFF: hue angle of 185.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AEDFF is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 58 237 255 -
CMYK 0.77 0.07 0 0
HSL 185.48º 1% 0.61% -
HSV(B) 185.48º 0.77% 1% -
XYZ 50.08 68.69 105.23 -
YUV 185.53 167.2 37.04 -
System Red Green Blue C M Y K H S L
Decimal 58 237 255 0.77 0.07 0 0 185.48 1 0.61
Hex 3A ED FF 4D 7 0 0 B9 64 3D
Octal 72 355 377 115 7 0 0 271 144 75
Binary 111010 11101101 11111111 1001101 111 0 0 10111001 1100100 111101

Color Harmonies of #3AEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDFF

Black with #3AEDFF

Text Example


Text Example

White with #3AEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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