Html Css Color HEX #3AEEEF Turquoise

📋 copy color: '#3AEEEF'

red 58 ◦ green 238 ◦ blue 239

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

Shades of Turquoise #3AEEEF

Tints of Turquoise #3AEEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 10.84%
G = 44.49%
B = 44.67%

CMYK

 C value IS 0.76

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3AEEEF (or 0x3AEEEF) is known color: Turquoise. HEX triplet: 3A, EE and EF. RGB value is (58,238,239). Sum of RGB (Red+Green+Blue) = 58+238+239=535 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.84% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEEF is #C51110. Grayscale: #B8B8B8. Windows color (decimal): -12914961 or 15724090. OLE color: 15724090.

HSL color Cylindrical-coordinate representation of color #3AEEEF: hue angle of 180.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEEF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 238 239 -
CMYK 0.76 0.00 0 0.06
HSL 180.33º 0.85% 0.58% -
HSV(B) 180.33º 0.76% 0.94% -
XYZ 47.9 68.28 92.32 -
YUV 184.29 158.87 37.92 -
System Red Green Blue C M Y K H S L
Decimal 58 238 239 0.76 0.00 0 0.06 180.33 0.85 0.58
Hex 3A EE EF 4C 0 0 6 B4 55 3A
Octal 72 356 357 114 0 0 6 264 125 72
Binary 111010 11101110 11101111 1001100 0 0 110 10110100 1010101 111010

Color Harmonies of #3AEEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEEF

Black with #3AEEEF

Text Example


Text Example

White with #3AEEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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