Html Css Color HEX #3AEDFD Turquoise

📋 copy color: '#3AEDFD'

red 58 ◦ green 237 ◦ blue 253

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

Shades of Turquoise #3AEDFD

Tints of Turquoise #3AEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.17%

R = 10.58%
G = 43.25%
B = 46.17%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3AEDFD (or 0x3AEDFD) is known color: Turquoise. HEX triplet: 3A, ED and FD. RGB value is (58,237,253). Sum of RGB (Red+Green+Blue) = 58+237+253=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEDFD is #C51202. Grayscale: #B9B9B9. Windows color (decimal): -12915203 or 16641338. OLE color: 16641338.

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

Color convert

RGB 58 237 253 -
CMYK 0.77 0.06 0 0.01
HSL 184.92º 0.98% 0.61% -
HSV(B) 184.92º 0.77% 0.99% -
XYZ 49.76 68.56 103.54 -
YUV 185.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 58 237 253 0.77 0.06 0 0.01 184.92 0.98 0.61
Hex 3A ED FD 4D 6 0 1 B9 62 3D
Octal 72 355 375 115 6 0 1 271 142 75
Binary 111010 11101101 11111101 1001101 110 0 1 10111001 1100010 111101

Color Harmonies of #3AEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEDFD

Black with #3AEDFD

Text Example


Text Example

White with #3AEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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