Html Css Color HEX #3AEEEB Turquoise

📋 copy color: '#3AEEEB'

red 58 ◦ green 238 ◦ blue 235

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

Shades of Turquoise #3AEEEB

Tints of Turquoise #3AEEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.26%

R = 10.92%
G = 44.82%
B = 44.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#3AEEEB (or 0x3AEEEB) is known color: Turquoise. HEX triplet: 3A, EE and EB. RGB value is (58,238,235). Sum of RGB (Red+Green+Blue) = 58+238+235=531 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.92% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AEEEB is #C51114. Grayscale: #B7B7B7. Windows color (decimal): -12914965 or 15461946. OLE color: 15461946.

HSL color Cylindrical-coordinate representation of color #3AEEEB: hue angle of 179º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEEB is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 238 235 -
CMYK 0.76 0 0.01 0.07
HSL 179º 0.84% 0.58% -
HSV(B) 179º 0.76% 0.93% -
XYZ 47.31 68.05 89.24 -
YUV 183.84 156.87 38.24 -
System Red Green Blue C M Y K H S L
Decimal 58 238 235 0.76 0 0.01 0.07 179 0.84 0.58
Hex 3A EE EB 4C 0 1 7 B3 54 3A
Octal 72 356 353 114 0 1 7 263 124 72
Binary 111010 11101110 11101011 1001100 0 1 111 10110011 1010100 111010

Color Harmonies of #3AEEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEEEB

Black with #3AEEEB

Text Example


Text Example

White with #3AEEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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