Html Css Color HEX #3AF6CB Turquoise

📋 copy color: '#3AF6CB'

red 58 ◦ green 246 ◦ blue 203

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

Shades of Turquoise #3AF6CB

Tints of Turquoise #3AF6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.52%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 11.44%
G = 48.52%
B = 40.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#3AF6CB (or 0x3AF6CB) is known color: Turquoise. HEX triplet: 3A, F6 and CB. RGB value is (58,246,203). Sum of RGB (Red+Green+Blue) = 58+246+203=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF6CB is #C50934. Grayscale: #B8B8B8. Windows color (decimal): -12912949 or 13366842. OLE color: 13366842.

HSL color Cylindrical-coordinate representation of color #3AF6CB: hue angle of 166.28º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF6CB is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 246 203 -
CMYK 0.76 0 0.17 0.04
HSL 166.28º 0.91% 0.6% -
HSV(B) 166.28º 0.76% 0.96% -
XYZ 45.48 71.12 67.83 -
YUV 184.89 138.22 37.5 -
System Red Green Blue C M Y K H S L
Decimal 58 246 203 0.76 0 0.17 0.04 166.28 0.91 0.6
Hex 3A F6 CB 4C 0 11 4 A6 5B 3C
Octal 72 366 313 114 0 21 4 246 133 74
Binary 111010 11110110 11001011 1001100 0 10001 100 10100110 1011011 111100

Color Harmonies of #3AF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF6CB

Black with #3AF6CB

Text Example


Text Example

White with #3AF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,246,203); }

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

background-color css

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

 a { background-color: rgb(58,246,203); }

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

border-color css

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

 span { border-color: rgb(58,246,203); }

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