Html Css Color HEX #3ADCF3 Turquoise

📋 copy color: '#3ADCF3'

red 58 ◦ green 220 ◦ blue 243

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

Shades of Turquoise #3ADCF3

Tints of Turquoise #3ADCF3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.23%

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 11.13%
G = 42.23%
B = 46.64%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3ADCF3 (or 0x3ADCF3) is known color: Turquoise. HEX triplet: 3A, DC and F3. RGB value is (58,220,243). Sum of RGB (Red+Green+Blue) = 58+220+243=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ADCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ADCF3 is #C5230C. Grayscale: #ADADAD. Windows color (decimal): -12919565 or 15981626. OLE color: 15981626.

HSL color Cylindrical-coordinate representation of color #3ADCF3: hue angle of 187.46º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ADCF3 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 220 243 -
CMYK 0.76 0.09 0 0.05
HSL 187.46º 0.89% 0.59% -
HSV(B) 187.46º 0.76% 0.95% -
XYZ 43.52 58.56 93.8 -
YUV 174.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 58 220 243 0.76 0.09 0 0.05 187.46 0.89 0.59
Hex 3A DC F3 4C 9 0 5 BB 59 3B
Octal 72 334 363 114 11 0 5 273 131 73
Binary 111010 11011100 11110011 1001100 1001 0 101 10111011 1011001 111011

Color Harmonies of #3ADCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADCF3

Black with #3ADCF3

Text Example


Text Example

White with #3ADCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,220,243); }

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

background-color css

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

 a { background-color: rgb(58,220,243); }

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

border-color css

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

 span { border-color: rgb(58,220,243); }

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