Html Css Color HEX #38FAC0 Turquoise

📋 copy color: '#38FAC0'

red 56 ◦ green 250 ◦ blue 192

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

Shades of Turquoise #38FAC0

Tints of Turquoise #38FAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.55%

R = 11.24%
G = 50.2%
B = 38.55%

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

#38FAC0 (or 0x38FAC0) is known color: Turquoise. HEX triplet: 38, FA and C0. RGB value is (56,250,192). Sum of RGB (Red+Green+Blue) = 56+250+192=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #38FAC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38FAC0 is #C7053F. Grayscale: #B9B9B9. Windows color (decimal): -13043008 or 12646968. OLE color: 12646968.

HSL color Cylindrical-coordinate representation of color #38FAC0: hue angle of 162.06º 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 #38FAC0 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 192 -
CMYK 0.78 0 0.23 0.02
HSL 162.06º 0.95% 0.6% -
HSV(B) 162.06º 0.78% 0.98% -
XYZ 45.33 73.02 61.57 -
YUV 185.38 131.73 35.72 -
System Red Green Blue C M Y K H S L
Decimal 56 250 192 0.78 0 0.23 0.02 162.06 0.95 0.6
Hex 38 FA C0 4E 0 17 2 A2 5F 3C
Octal 70 372 300 116 0 27 2 242 137 74
Binary 111000 11111010 11000000 1001110 0 10111 10 10100010 1011111 111100

Color Harmonies of #38FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FAC0

Black with #38FAC0

Text Example


Text Example

White with #38FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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