Html Css Color HEX #3AFBCF Turquoise

📋 copy color: '#3AFBCF'

red 58 ◦ green 251 ◦ blue 207

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

Shades of Turquoise #3AFBCF

Tints of Turquoise #3AFBCF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.64%

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

R = 11.24%
G = 48.64%
B = 40.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#3AFBCF (or 0x3AFBCF) is known color: Turquoise. HEX triplet: 3A, FB and CF. RGB value is (58,251,207). Sum of RGB (Red+Green+Blue) = 58+251+207=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBCF is #C50430. Grayscale: #BCBCBC. Windows color (decimal): -12911665 or 13630266. OLE color: 13630266.

HSL color Cylindrical-coordinate representation of color #3AFBCF: hue angle of 166.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBCF is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 207 -
CMYK 0.77 0 0.18 0.02
HSL 166.32º 0.96% 0.61% -
HSV(B) 166.32º 0.77% 0.98% -
XYZ 47.5 74.4 70.89 -
YUV 188.28 138.56 35.08 -
System Red Green Blue C M Y K H S L
Decimal 58 251 207 0.77 0 0.18 0.02 166.32 0.96 0.61
Hex 3A FB CF 4D 0 12 2 A6 60 3D
Octal 72 373 317 115 0 22 2 246 140 75
Binary 111010 11111011 11001111 1001101 0 10010 10 10100110 1100000 111101

Color Harmonies of #3AFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBCF

Black with #3AFBCF

Text Example


Text Example

White with #3AFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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