Html Css Color HEX #3AEEF0 Turquoise

📋 copy color: '#3AEEF0'

red 58 ◦ green 238 ◦ blue 240

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

Shades of Turquoise #3AEEF0

Tints of Turquoise #3AEEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.78%

R = 10.82%
G = 44.4%
B = 44.78%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3AEEF0 (or 0x3AEEF0) is known color: Turquoise. HEX triplet: 3A, EE and F0. RGB value is (58,238,240). Sum of RGB (Red+Green+Blue) = 58+238+240=536 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.82% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #3AEEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEF0 is #C5110F. Grayscale: #B8B8B8. Windows color (decimal): -12914960 or 15789626. OLE color: 15789626.

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

Color convert

RGB 58 238 240 -
CMYK 0.76 0.01 0 0.06
HSL 180.66º 0.86% 0.58% -
HSV(B) 180.66º 0.76% 0.94% -
XYZ 48.05 68.34 93.1 -
YUV 184.41 159.37 37.84 -
System Red Green Blue C M Y K H S L
Decimal 58 238 240 0.76 0.01 0 0.06 180.66 0.86 0.58
Hex 3A EE F0 4C 1 0 6 B5 56 3A
Octal 72 356 360 114 1 0 6 265 126 72
Binary 111010 11101110 11110000 1001100 1 0 110 10110101 1010110 111010

Color Harmonies of #3AEEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEF0

Black with #3AEEF0

Text Example


Text Example

White with #3AEEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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