Html Css Color HEX #3ADFED Turquoise

📋 copy color: '#3ADFED'

red 58 ◦ green 223 ◦ blue 237

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

Shades of Turquoise #3ADFED

Tints of Turquoise #3ADFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 11.2%
G = 43.05%
B = 45.75%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ADFED (or 0x3ADFED) is known color: Turquoise. HEX triplet: 3A, DF and ED. RGB value is (58,223,237). Sum of RGB (Red+Green+Blue) = 58+223+237=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #3ADFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADFED is #C52012. Grayscale: #AFAFAF. Windows color (decimal): -12918803 or 15589178. OLE color: 15589178.

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

Color convert

RGB 58 223 237 -
CMYK 0.76 0.06 0 0.07
HSL 184.69º 0.83% 0.58% -
HSV(B) 184.69º 0.76% 0.93% -
XYZ 43.42 59.79 89.37 -
YUV 175.26 162.84 44.36 -
System Red Green Blue C M Y K H S L
Decimal 58 223 237 0.76 0.06 0 0.07 184.69 0.83 0.58
Hex 3A DF ED 4C 6 0 7 B9 53 3A
Octal 72 337 355 114 6 0 7 271 123 72
Binary 111010 11011111 11101101 1001100 110 0 111 10111001 1010011 111010

Color Harmonies of #3ADFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADFED

Black with #3ADFED

Text Example


Text Example

White with #3ADFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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