Html Css Color HEX #3ADFDE Turquoise

📋 copy color: '#3ADFDE'

red 58 ◦ green 223 ◦ blue 222

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

Shades of Turquoise #3ADFDE

Tints of Turquoise #3ADFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 11.53%
G = 44.33%
B = 44.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#3ADFDE (or 0x3ADFDE) is known color: Turquoise. HEX triplet: 3A, DF and DE. RGB value is (58,223,222). Sum of RGB (Red+Green+Blue) = 58+223+222=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #3ADFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADFDE is #C52021. Grayscale: #ADADAD. Windows color (decimal): -12918818 or 14606138. OLE color: 14606138.

HSL color Cylindrical-coordinate representation of color #3ADFDE: hue angle of 179.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADFDE is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 223 222 -
CMYK 0.74 0 0.00 0.13
HSL 179.64º 0.72% 0.55% -
HSV(B) 179.64º 0.74% 0.87% -
XYZ 41.32 58.95 78.31 -
YUV 173.55 155.34 45.58 -
System Red Green Blue C M Y K H S L
Decimal 58 223 222 0.74 0 0.00 0.13 179.64 0.72 0.55
Hex 3A DF DE 4A 0 0 D B4 48 37
Octal 72 337 336 112 0 0 15 264 110 67
Binary 111010 11011111 11011110 1001010 0 0 1101 10110100 1001000 110111

Color Harmonies of #3ADFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFDE

Black with #3ADFDE

Text Example


Text Example

White with #3ADFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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