Html Css Color HEX #3ADFEB Turquoise

📋 copy color: '#3ADFEB'

red 58 ◦ green 223 ◦ blue 235

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

Shades of Turquoise #3ADFEB

Tints of Turquoise #3ADFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

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

R = 11.24%
G = 43.22%
B = 45.54%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3ADFEB (or 0x3ADFEB) is known color: Turquoise. HEX triplet: 3A, DF and EB. RGB value is (58,223,235). Sum of RGB (Red+Green+Blue) = 58+223+235=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #3ADFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFEB is #C52014. Grayscale: #AEAEAE. Windows color (decimal): -12918805 or 15458106. OLE color: 15458106.

HSL color Cylindrical-coordinate representation of color #3ADFEB: hue angle of 184.07º 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 #3ADFEB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 223 235 -
CMYK 0.75 0.05 0 0.08
HSL 184.07º 0.82% 0.57% -
HSV(B) 184.07º 0.75% 0.92% -
XYZ 43.13 59.67 87.84 -
YUV 175.03 161.84 44.52 -
System Red Green Blue C M Y K H S L
Decimal 58 223 235 0.75 0.05 0 0.08 184.07 0.82 0.57
Hex 3A DF EB 4B 5 0 8 B8 52 39
Octal 72 337 353 113 5 0 10 270 122 71
Binary 111010 11011111 11101011 1001011 101 0 1000 10111000 1010010 111001

Color Harmonies of #3ADFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFEB

Black with #3ADFEB

Text Example


Text Example

White with #3ADFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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