Html Css Color HEX #3AF2D4 Turquoise

📋 copy color: '#3AF2D4'

red 58 ◦ green 242 ◦ blue 212

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

Shades of Turquoise #3AF2D4

Tints of Turquoise #3AF2D4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 11.33%
G = 47.27%
B = 41.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#3AF2D4 (or 0x3AF2D4) is known color: Turquoise. HEX triplet: 3A, F2 and D4. RGB value is (58,242,212). Sum of RGB (Red+Green+Blue) = 58+242+212=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2D4 is #C50D2B. Grayscale: #B7B7B7. Windows color (decimal): -12913964 or 13955642. OLE color: 13955642.

HSL color Cylindrical-coordinate representation of color #3AF2D4: hue angle of 170.22º degrees, saturation: 0.88, 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 #3AF2D4 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 212 -
CMYK 0.76 0 0.12 0.05
HSL 170.22º 0.88% 0.59% -
HSV(B) 170.22º 0.76% 0.95% -
XYZ 45.38 69.16 73.24 -
YUV 183.56 144.04 38.44 -
System Red Green Blue C M Y K H S L
Decimal 58 242 212 0.76 0 0.12 0.05 170.22 0.88 0.59
Hex 3A F2 D4 4C 0 C 5 AA 58 3B
Octal 72 362 324 114 0 14 5 252 130 73
Binary 111010 11110010 11010100 1001100 0 1100 101 10101010 1011000 111011

Color Harmonies of #3AF2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF2D4

Black with #3AF2D4

Text Example


Text Example

White with #3AF2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,212); }

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

background-color css

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

 a { background-color: rgb(58,242,212); }

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

border-color css

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

 span { border-color: rgb(58,242,212); }

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