Html Css Color HEX #3ADECF Turquoise

📋 copy color: '#3ADECF'

red 58 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #3ADECF

Tints of Turquoise #3ADECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 11.91%
G = 45.59%
B = 42.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#3ADECF (or 0x3ADECF) is known color: Turquoise. HEX triplet: 3A, DE and CF. RGB value is (58,222,207). Sum of RGB (Red+Green+Blue) = 58+222+207=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ADECF is #C52130. Grayscale: #ABABAB. Windows color (decimal): -12919089 or 13622842. OLE color: 13622842.

HSL color Cylindrical-coordinate representation of color #3ADECF: hue angle of 174.51º degrees, saturation: 0.71, 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 #3ADECF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 207 -
CMYK 0.74 0 0.07 0.13
HSL 174.51º 0.71% 0.55% -
HSV(B) 174.51º 0.74% 0.87% -
XYZ 39.13 57.65 68.1 -
YUV 171.25 148.17 47.22 -
System Red Green Blue C M Y K H S L
Decimal 58 222 207 0.74 0 0.07 0.13 174.51 0.71 0.55
Hex 3A DE CF 4A 0 7 D AF 47 37
Octal 72 336 317 112 0 7 15 257 107 67
Binary 111010 11011110 11001111 1001010 0 111 1101 10101111 1000111 110111

Color Harmonies of #3ADECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADECF

Black with #3ADECF

Text Example


Text Example

White with #3ADECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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