Html Css Color HEX #3AD3EB Turquoise

📋 copy color: '#3AD3EB'

red 58 ◦ green 211 ◦ blue 235

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

Shades of Turquoise #3AD3EB

Tints of Turquoise #3AD3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

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

R = 11.51%
G = 41.87%
B = 46.63%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AD3EB (or 0x3AD3EB) is known color: Turquoise. HEX triplet: 3A, D3 and EB. RGB value is (58,211,235). Sum of RGB (Red+Green+Blue) = 58+211+235=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AD3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD3EB is #C52C14. Grayscale: #A7A7A7. Windows color (decimal): -12921877 or 15455034. OLE color: 15455034.

HSL color Cylindrical-coordinate representation of color #3AD3EB: hue angle of 188.14º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD3EB is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 211 235 -
CMYK 0.75 0.10 0 0.08
HSL 188.14º 0.82% 0.57% -
HSV(B) 188.14º 0.75% 0.92% -
XYZ 40.03 53.49 86.81 -
YUV 167.99 165.81 49.55 -
System Red Green Blue C M Y K H S L
Decimal 58 211 235 0.75 0.10 0 0.08 188.14 0.82 0.57
Hex 3A D3 EB 4B A 0 8 BC 52 39
Octal 72 323 353 113 12 0 10 274 122 71
Binary 111010 11010011 11101011 1001011 1010 0 1000 10111100 1010010 111001

Color Harmonies of #3AD3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD3EB

Black with #3AD3EB

Text Example


Text Example

White with #3AD3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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