Html Css Color HEX #3AEEFC Turquoise

📋 copy color: '#3AEEFC'

red 58 ◦ green 238 ◦ blue 252

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

Shades of Turquoise #3AEEFC

Tints of Turquoise #3AEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.43%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 10.58%
G = 43.43%
B = 45.99%

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

#3AEEFC (or 0x3AEEFC) is known color: Turquoise. HEX triplet: 3A, EE and FC. RGB value is (58,238,252). Sum of RGB (Red+Green+Blue) = 58+238+252=548 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.58% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #3AEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEFC is #C51103. Grayscale: #B9B9B9. Windows color (decimal): -12914948 or 16576058. OLE color: 16576058.

HSL color Cylindrical-coordinate representation of color #3AEEFC: hue angle of 184.33º degrees, saturation: 0.97, 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 #3AEEFC is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 238 252 -
CMYK 0.77 0.06 0 0.01
HSL 184.33º 0.97% 0.61% -
HSV(B) 184.33º 0.77% 0.99% -
XYZ 49.89 69.08 102.8 -
YUV 185.78 165.37 36.86 -
System Red Green Blue C M Y K H S L
Decimal 58 238 252 0.77 0.06 0 0.01 184.33 0.97 0.61
Hex 3A EE FC 4D 6 0 1 B8 61 3D
Octal 72 356 374 115 6 0 1 270 141 75
Binary 111010 11101110 11111100 1001101 110 0 1 10111000 1100001 111101

Color Harmonies of #3AEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEFC

Black with #3AEEFC

Text Example


Text Example

White with #3AEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,238,252); }

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

background-color css

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

 a { background-color: rgb(58,238,252); }

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

border-color css

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

 span { border-color: rgb(58,238,252); }

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