Html Css Color HEX #3AECF9 Turquoise

📋 copy color: '#3AECF9'

red 58 ◦ green 236 ◦ blue 249

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

Shades of Turquoise #3AECF9

Tints of Turquoise #3AECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.46%

 BLUE value IS 249 (97.66% from 255) = 45.86%

R = 10.68%
G = 43.46%
B = 45.86%

CMYK

 C value IS 0.77

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AECF9 (or 0x3AECF9) is known color: Turquoise. HEX triplet: 3A, EC and F9. RGB value is (58,236,249). Sum of RGB (Red+Green+Blue) = 58+236+249=543 (71% of max value = 765). Red value is 58 (23.05% from 255 or 10.68% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #3AECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AECF9 is #C51306. Grayscale: #B8B8B8. Windows color (decimal): -12915463 or 16378938. OLE color: 16378938.

HSL color Cylindrical-coordinate representation of color #3AECF9: hue angle of 184.08º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AECF9 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 236 249 -
CMYK 0.77 0.05 0 0.02
HSL 184.08º 0.94% 0.6% -
HSV(B) 184.08º 0.77% 0.98% -
XYZ 48.84 67.73 100.12 -
YUV 184.26 164.53 37.94 -
System Red Green Blue C M Y K H S L
Decimal 58 236 249 0.77 0.05 0 0.02 184.08 0.94 0.6
Hex 3A EC F9 4D 5 0 2 B8 5E 3C
Octal 72 354 371 115 5 0 2 270 136 74
Binary 111010 11101100 11111001 1001101 101 0 10 10111000 1011110 111100

Color Harmonies of #3AECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AECF9

Black with #3AECF9

Text Example


Text Example

White with #3AECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,236,249); }

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

background-color css

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

 a { background-color: rgb(58,236,249); }

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

border-color css

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

 span { border-color: rgb(58,236,249); }

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