Html Css Color HEX #38FAC1 Turquoise

📋 copy color: '#38FAC1'

red 56 ◦ green 250 ◦ blue 193

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

Shades of Turquoise #38FAC1

Tints of Turquoise #38FAC1

RGB

 RED value IS 56 (22.27% from 255) = 11.22%

 GREEN value IS 250 (98.05% from 255) = 50.1%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 11.22%
G = 50.1%
B = 38.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#38FAC1 (or 0x38FAC1) is known color: Turquoise. HEX triplet: 38, FA and C1. RGB value is (56,250,193). Sum of RGB (Red+Green+Blue) = 56+250+193=499 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.22% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #38FAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FAC1 is #C7053E. Grayscale: #B9B9B9. Windows color (decimal): -13043007 or 12712504. OLE color: 12712504.

HSL color Cylindrical-coordinate representation of color #38FAC1: hue angle of 162.37º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FAC1 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 193 -
CMYK 0.78 0 0.23 0.02
HSL 162.37º 0.95% 0.6% -
HSV(B) 162.37º 0.78% 0.98% -
XYZ 45.44 73.06 62.16 -
YUV 185.5 132.23 35.63 -
System Red Green Blue C M Y K H S L
Decimal 56 250 193 0.78 0 0.23 0.02 162.37 0.95 0.6
Hex 38 FA C1 4E 0 17 2 A2 5F 3C
Octal 70 372 301 116 0 27 2 242 137 74
Binary 111000 11111010 11000001 1001110 0 10111 10 10100010 1011111 111100

Color Harmonies of #38FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FAC1

Black with #38FAC1

Text Example


Text Example

White with #38FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FAC1; }

 p { color: rgb(56,250,193); }

 H1.HeaderClassName
 {
   color: #38FAC1;
 }
 .AnyTagClassName
 {
   color: #38FAC1;
 }
</style>

background-color css

<style>
 a { background-color: #38FAC1; }

 a { background-color: rgb(56,250,193); }

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

border-color css

<style>
 span { border-color: #38FAC1; }

 span { border-color: rgb(56,250,193); }

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